summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-15 12:25:10 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-15 12:25:10 +0200
commit04ca5b8160ad4442f385c6cacc47b269e8b57993 (patch)
tree64624d3ce8ae1a64e2ba07cb1fce50bdd85fface /core
parent9332c8c266d0734193961b43d9a03ebcb5364204 (diff)
downloadnextcloud-server-04ca5b8160ad4442f385c6cacc47b269e8b57993.tar.gz
nextcloud-server-04ca5b8160ad4442f385c6cacc47b269e8b57993.zip
remove slow fade animation for remaining tipsy tooltips
Diffstat (limited to 'core')
-rw-r--r--core/js/share.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/share.js b/core/js/share.js
index f22a6a78cfd..2eae6fa49a2 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -1180,7 +1180,7 @@ $(document).ready(function() {
} else {
expirationDateField.attr('original-title', result.data.message);
}
- expirationDateField.tipsy({gravity: 'n', fade: true});
+ expirationDateField.tipsy({gravity: 'n'});
expirationDateField.tipsy('show');
expirationDateField.addClass('error');
} else {