diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-15 12:25:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-15 12:25:10 +0200 |
commit | 04ca5b8160ad4442f385c6cacc47b269e8b57993 (patch) | |
tree | 64624d3ce8ae1a64e2ba07cb1fce50bdd85fface /settings/js/admin.js | |
parent | 9332c8c266d0734193961b43d9a03ebcb5364204 (diff) | |
download | nextcloud-server-04ca5b8160ad4442f385c6cacc47b269e8b57993.tar.gz nextcloud-server-04ca5b8160ad4442f385c6cacc47b269e8b57993.zip |
remove slow fade animation for remaining tipsy tooltips
Diffstat (limited to 'settings/js/admin.js')
-rw-r--r-- | settings/js/admin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/admin.js b/settings/js/admin.js index 1e27c1be7e3..34f58db8688 100644 --- a/settings/js/admin.js +++ b/settings/js/admin.js @@ -39,7 +39,7 @@ $(document).ready(function(){ } ); }); - $('#backgroundjobs span.crondate').tipsy({fade: true, gravity: 's', live: true}); + $('#backgroundjobs span.crondate').tipsy({gravity: 's', live: true}); $('#backgroundjobs input').change(function(){ if($(this).attr('checked')){ |