summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/nav/SearchView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/nav/SearchView.js')
-rwxr-xr-xStoneIsland/www/js/lib/nav/SearchView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/nav/SearchView.js b/StoneIsland/www/js/lib/nav/SearchView.js
index f21634a5..b477d72f 100755
--- a/StoneIsland/www/js/lib/nav/SearchView.js
+++ b/StoneIsland/www/js/lib/nav/SearchView.js
@@ -6,7 +6,7 @@ var SearchView = View.extend({
},
show: function(){
- app.footer.show("SEARCH", "CANCEL")
+ app.footer.show("SEARCH")
document.body.className = "search"
},