diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 01:45:57 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 01:45:57 +0100 |
| commit | 6702125f12820c504ae18114f99fee3e13b2616f (patch) | |
| tree | f775b3d409951e1078547d380fc87a2da69cddb5 /public/assets/js/lib/views/index/index.js | |
| parent | 7b6a999eb2ae4ade37acd045cf8f806b4021d4c1 (diff) | |
moreeeeee styling
Diffstat (limited to 'public/assets/js/lib/views/index/index.js')
| -rw-r--r-- | public/assets/js/lib/views/index/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/index/index.js b/public/assets/js/lib/views/index/index.js index c4d1330..840f150 100644 --- a/public/assets/js/lib/views/index/index.js +++ b/public/assets/js/lib/views/index/index.js @@ -22,6 +22,7 @@ var IndexView = View.extend({ this.hootbox.load(data.hootbox) this.threadbox.load(data) this.lastlog.load(data.lastlog) + $("#search_form input").focus() }, success: function(){ |
