diff options
author | augier <christophe@c-henry.fr> | 2015-12-05 12:14:55 +0100 |
---|---|---|
committer | augier <christophe@c-henry.fr> | 2015-12-05 12:14:55 +0100 |
commit | 0ac5edd99c009b1a82c8483bf45f15b9086276cb (patch) | |
tree | 2b9cd09b2f6e961f3d4594eba97d8d92345a591e /public/javascripts/index.js | |
parent | dcc700d2c86f1e1c9d740860acc1277830ce955f (diff) | |
download | PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.gz PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.zst PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.zip |
Styling structure
Diffstat (limited to 'public/javascripts/index.js')
-rw-r--r-- | public/javascripts/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/index.js b/public/javascripts/index.js index c67e22c7b..daab2991e 100644 --- a/public/javascripts/index.js +++ b/public/javascripts/index.js | |||
@@ -31,7 +31,7 @@ | |||
31 | makeFriends() | 31 | makeFriends() |
32 | }) | 32 | }) |
33 | 33 | ||
34 | $('#search_video').on('keyup', function (e) { | 34 | $('#search-video').on('keyup', function (e) { |
35 | var search = $(this).val() | 35 | var search = $(this).val() |
36 | 36 | ||
37 | if (search === '') return | 37 | if (search === '') return |