diff options
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 9daca1f8469..a3efb64e4bd 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1981,7 +1981,8 @@ jQuery.fn.tipsy = function(argument) { placement: 'bottom', delay: { 'show': 0, 'hide': 0}, trigger: 'hover', - html: false + html: false, + container: 'body' }; if(argument.gravity) { switch(argument.gravity) { |