summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/nav/SearchView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-09 01:48:51 -0500
committerJules Laplace <jules@okfoc.us>2015-11-09 01:48:51 -0500
commit9cb9177accbbf6e4397cc71bc06dff0ccd47f441 (patch)
tree8f1c1ab7e78da7ecace35db86f14b38119d87e1d /StoneIsland/www/js/lib/nav/SearchView.js
parentdad5f3f0c3c13e8334a6a0ea522c5a2bfe8cd830 (diff)
login view
Diffstat (limited to 'StoneIsland/www/js/lib/nav/SearchView.js')
-rw-r--r--StoneIsland/www/js/lib/nav/SearchView.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/StoneIsland/www/js/lib/nav/SearchView.js b/StoneIsland/www/js/lib/nav/SearchView.js
index 8739f088..c9738773 100644
--- a/StoneIsland/www/js/lib/nav/SearchView.js
+++ b/StoneIsland/www/js/lib/nav/SearchView.js
@@ -6,11 +6,7 @@ var SearchView = View.extend({
},
show: function(){
- document.body.classList.add("search")
- },
-
- hide: function(){
- document.body.classList.remove("search")
+ document.body.className = "search"
},
}) \ No newline at end of file