From cb6efeb8261a50f101a40fa9d96268a937636e39 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Sat, 27 Jul 2019 10:50:40 -0700 Subject: [PATCH 1/1] LP1831785 (follow-up): simplifying static string binding, removing empty else statement Signed-off-by: Jane Sandberg Signed-off-by: Bill Erickson --- .../src/eg2/src/app/share/combobox/combobox.component.ts | 1 - .../src/eg2/src/app/staff/sandbox/sandbox.component.html | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts b/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts index 4a98fe39f6..1fe37b141b 100644 --- a/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts +++ b/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts @@ -223,7 +223,6 @@ export class ComboboxComponent implements OnInit { searchTerm = term; if (searchTerm === '_CLICK_' && this.asyncSupportsEmptyTermClick) { searchTerm = ''; - } else { } return new Observable(observer => { diff --git a/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html b/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html index d7cff9f0d9..1b36ec8f60 100644 --- a/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html +++ b/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html @@ -90,11 +90,11 @@
- +
- +
@@ -102,7 +102,7 @@
- +
-- 2.43.2