remove firstsearch and add storable dep

This commit is contained in:
Oliver Gorwits
2017-12-10 13:54:38 +00:00
parent b8ab3b396c
commit 88cb2b0b06
3 changed files with 2 additions and 4 deletions

View File

@@ -62,8 +62,6 @@ hook 'before' => sub {
return unless (request->path eq uri_for('/device')->path
or index(request->path, uri_for('/ajax/content/device')->path) == 0);
# force always setting params manually
params->{'firstsearch'} = 'on';
# TODO set cookie
# if (param('reset') or not param('tab') or param('tab') ne 'ports') {
};