diff options
Diffstat (limited to 'views/pages')
-rw-r--r-- | views/pages/list.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/views/pages/list.html b/views/pages/list.html index c85e147..c608b77 100644 --- a/views/pages/list.html +++ b/views/pages/list.html | |||
@@ -7,7 +7,6 @@ | |||
7 | <title>grilist</title> | 7 | <title>grilist</title> |
8 | <link rel="stylesheet" href="/assets/css/list.css" /> | 8 | <link rel="stylesheet" href="/assets/css/list.css" /> |
9 | <link rel="stylesheet" href="/assets/css/search.css" /> | 9 | <link rel="stylesheet" href="/assets/css/search.css" /> |
10 | <script src="/assets/js/search.js"></script> | ||
11 | <script src="/assets/js/list.js"></script> | 10 | <script src="/assets/js/list.js"></script> |
12 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | 11 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
13 | </head> | 12 | </head> |
@@ -35,8 +34,8 @@ | |||
35 | <span style="font-size: 130%">Gril hinzufügen</span><br /> | 34 | <span style="font-size: 130%">Gril hinzufügen</span><br /> |
36 | <form> | 35 | <form> |
37 | <div class="input-field"> | 36 | <div class="input-field"> |
38 | <input id="search" type="search" onKeyDown="instantSearch()" required> | 37 | <input id="gril-add-search" class="gril-search" type="search" required> |
39 | <label for="search"><i class="material-icons">search</i></label> | 38 | <label for="gril-add-search"><i class="material-icons">search</i></label> |
40 | <i class="material-icons">close</i> | 39 | <i class="material-icons">close</i> |
41 | </div> | 40 | </div> |
42 | </form> | 41 | </form> |