diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-09-22 17:18:48 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-22 17:18:48 +0200 |
commit | 9538bea0908c8a3758b41967d977455af731c344 (patch) | |
tree | 5f805a22f77debba76bcd8517885c886ba26c449 /data/js/script.js | |
parent | 3ec93bf546c4cfff82f1fb34eeae1f18319c59c1 (diff) | |
parent | e484fbe3e012a57c95963c24db190c91575e1bc5 (diff) |
Merge branch 'working-split/bootstrap3' into working
Diffstat (limited to 'data/js/script.js')
-rw-r--r-- | data/js/script.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/js/script.js b/data/js/script.js index ec5da9a2b..ea9bac814 100644 --- a/data/js/script.js +++ b/data/js/script.js @@ -45,7 +45,8 @@ function fixedEncodeURIComponent (str) { }); $('[rel="tooltip"]').tooltip({ - placement: 'bottom' + placement: 'bottom', + container: 'body', }); $('#history-all').bind('change', function() { |