diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 04:36:46 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 04:36:46 +0100 |
| commit | c37d490630ad0a62ed037555511f699c65dfea80 (patch) | |
| tree | c181190ace81565f1bf0d752b1f5bd9ef474b8bc /public/assets/js/lib | |
| parent | 4c775f12ff6eda48fc22bec9ed336e60c1a0e07e (diff) | |
more mobile css
Diffstat (limited to 'public/assets/js/lib')
| -rw-r--r-- | public/assets/js/lib/views/index/index.js | 2 |
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(){ |
