diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-08-15 13:05:26 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-08-15 16:08:49 +0200 |
commit | 5fb7aab7a07d05a7d05c7f0dbb5dacf33d401383 (patch) | |
tree | 94dfcffb462057af18faa012de640f5ef4583f13 /core/js/js.js | |
parent | b6ac711787fb36ca14c8a72c831467f4ac4097c0 (diff) | |
download | nextcloud-server-5fb7aab7a07d05a7d05c7f0dbb5dacf33d401383.tar.gz nextcloud-server-5fb7aab7a07d05a7d05c7f0dbb5dacf33d401383.zip |
remove jPlayer css rules from core css file
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/js/js.js b/core/js/js.js index 4dfe4d0e5ee..60a29342f26 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -758,8 +758,6 @@ $(document).ready(function(){ }); // all the tipsy stuff needs to be here (in reverse order) to work - $('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true}); - $('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true}); $('.displayName .action').tipsy({gravity:'se', fade:true, live:true}); $('.password .action').tipsy({gravity:'se', fade:true, live:true}); $('#upload').tipsy({gravity:'w', fade:true}); |