aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-07-26 17:09:28 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-07-26 17:22:53 +0200
commit6574dfcf23a3f24d40f6b1cc1cd3f870f818132c (patch)
treeea7cae15710098fbb8fe02a4eae4addd669eb2ae /core/js/js.js
parent5b21ed805ce0525f24ffffd173f1f465cd6b13aa (diff)
downloadnextcloud-server-6574dfcf23a3f24d40f6b1cc1cd3f870f818132c.tar.gz
nextcloud-server-6574dfcf23a3f24d40f6b1cc1cd3f870f818132c.zip
remove title option from tipsy shim
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 2cc50dfb198..5f7df5fb551 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1886,9 +1886,7 @@ jQuery.fn.tipsy = function(argument) {
if(argument.html) {
options.html = true;
}
- if(argument.title) {
- options.title = argument.title;
- } else if(argument.fallback) {
+ if(argument.fallback) {
options.title = argument.fallback;
}
// destroy old tooltip in case the title has changed