From 08ef617249b99001a7df4f1fda418891cd8f260a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 5 Jul 2016 09:11:10 +0200 Subject: autocomplete test. not sure if want. --- templates/layouts/default.html.ep | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 90a405e..f773f9a 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -10,11 +10,14 @@ %= stylesheet '/static/default.css' + %= stylesheet '/static/jquery-ui.min.css' % my $force_mobile = param('force_mobile') // -1; % if ($force_mobile == 1 or ($self->browser->mobile and $force_mobile != 0)) { %= stylesheet '/static/mobile.css' % } %= javascript '/static/jquery-1.10.2.min.js' + %= javascript '/static/jquery-ui.min.js' + %= javascript '/static/autocomplete.js' %= javascript '/static/collapse.js' %= javascript '/static/marquee.js' %= javascript begin @@ -54,7 +57,7 @@ %= select_field station => stash('stationlist') % } % else { - %= text_field 'station' + %= text_field 'station', class => 'station' % } -- cgit v1.2.3