diff options
Diffstat (limited to 'bin/serve.fnl')
| -rw-r--r-- | bin/serve.fnl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl index 32aa1f2..8f76028 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -419,9 +419,6 @@ (menu-template path "menu-mobile") [:form {:class "form"} [:input {:type :search :name "query" :value form.query - ;; autofocus makes browser scroll up to the input on reloads - ;; and that doesn't work well with _G.reload - :autofocus (if luna.debug nil true) :placeholder "Поисковый запрос"}] [:div {:class "form-range"} [:input {:type :number :name "min-price" :min "1" |
