diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 08:38:56 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 08:38:56 -0700 |
commit | b3241402b922876bfbc71851985b7331bcea87c9 (patch) | |
tree | 94dfcffb462057af18faa012de640f5ef4583f13 /core/js/js.js | |
parent | b6ac711787fb36ca14c8a72c831467f4ac4097c0 (diff) | |
parent | 5fb7aab7a07d05a7d05c7f0dbb5dacf33d401383 (diff) | |
download | nextcloud-server-b3241402b922876bfbc71851985b7331bcea87c9.tar.gz nextcloud-server-b3241402b922876bfbc71851985b7331bcea87c9.zip |
Merge pull request #4443 from owncloud/remove-jplayer-from-core-css
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}); |