X-Git-Url: https://git.mdrn.pl/wl-mobile.git/blobdiff_plain/b9acd6c8b2300a76624900cd19f9e40e59ff3f7b..458bcbc44655e424519fae51942557008005cfc8:/www/js/view.js diff --git a/www/js/view.js b/www/js/view.js index 3e0c74d..296736e 100644 --- a/www/js/view.js +++ b/www/js/view.js @@ -53,7 +53,7 @@ var View = new function() { }; this.hideSearch = function() { - self._searchbox.style.display = "none"; + //self._searchbox.style.display = "none"; }; this.spinner = function(text) {