summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/js/js.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 226fea3a3cb..2cc50dfb198 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1888,6 +1888,8 @@ jQuery.fn.tipsy = function(argument) {
}
if(argument.title) {
options.title = argument.title;
+ } else if(argument.fallback) {
+ options.title = argument.fallback;
}
// destroy old tooltip in case the title has changed
jQuery.fn.tooltip.call(this, 'destroy');