Merge pull request #17878 from owncloud/fix-tipsy-fallback-title

Fix title attribute of tipsy shim
This commit is contained in:
Morris Jobke 2015-07-27 10:29:48 +02:00
commit 4edfadac96
1 changed files with 1 additions and 3 deletions

View File

@ -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