summaryrefslogtreecommitdiff
path: root/public/assets/js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-11 04:36:46 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-11 04:36:46 +0100
commitc37d490630ad0a62ed037555511f699c65dfea80 (patch)
treec181190ace81565f1bf0d752b1f5bd9ef474b8bc /public/assets/js
parent4c775f12ff6eda48fc22bec9ed336e60c1a0e07e (diff)
more mobile css
Diffstat (limited to 'public/assets/js')
-rw-r--r--public/assets/js/lib/views/index/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/index/index.js b/public/assets/js/lib/views/index/index.js
index 5acfe8b..21aec39 100644
--- a/public/assets/js/lib/views/index/index.js
+++ b/public/assets/js/lib/views/index/index.js
@@ -29,7 +29,7 @@ var IndexView = View.extend({
this.hootbox.load(data.hootbox)
this.threadbox.load(data)
this.lastlog.load(data.lastlog)
- $("#search_form input").focus()
+ $(".search_form input").focus()
},
success: function(){