From ef1b927861f9a949aed20341144ffb5bfd42f038 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 19 Sep 2022 11:22:21 +1000 Subject: Removing the web client --- .../templates/components/input-with-autocomplete.hbs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 javascript/app/templates/components/input-with-autocomplete.hbs (limited to 'javascript/app/templates/components/input-with-autocomplete.hbs') diff --git a/javascript/app/templates/components/input-with-autocomplete.hbs b/javascript/app/templates/components/input-with-autocomplete.hbs deleted file mode 100644 index 1a73c07..0000000 --- a/javascript/app/templates/components/input-with-autocomplete.hbs +++ /dev/null @@ -1,19 +0,0 @@ -
- {{input class="form-control search-input" value=query placeholder=placeholder}} -
- {{# if items}} -
    - {{#each items as |item index|}} -
  • -
    - {{yield item}} -
    -
  • - {{/each}} -
- {{/if}} -
-
- -
-
-- cgit v1.2.3