diff options
author | Git <git@what.cd> | 2013-09-09 08:00:52 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2013-09-09 08:00:52 +0000 |
commit | 40cd6e7202280547e17f6ea4c92cc22d66e646b6 (patch) | |
tree | 5cfce66e6d4f4642db3eea634d0f275ed7839ed8 /static/functions/tooltipster_settings.js | |
parent | 7efef001cba2a21c65c980e2d8f1b839645c01d9 (diff) | |
download | Gazelle-40cd6e7202280547e17f6ea4c92cc22d66e646b6.zip Gazelle-40cd6e7202280547e17f6ea4c92cc22d66e646b6.tar.gz Gazelle-40cd6e7202280547e17f6ea4c92cc22d66e646b6.tar.bz2 |
Empty commit
Diffstat (limited to 'static/functions/tooltipster_settings.js')
-rw-r--r-- | static/functions/tooltipster_settings.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/functions/tooltipster_settings.js b/static/functions/tooltipster_settings.js index 26f2ec2..9bc85ff 100644 --- a/static/functions/tooltipster_settings.js +++ b/static/functions/tooltipster_settings.js @@ -22,6 +22,12 @@ $(document).ready(function() { maxWidth: 400 }); + $('.tooltip_image').tooltipster({ + delay: tooltip_delay, + updateAnimation: false, + fixedWidth: 252 + }); + $('.tooltip_gold').tooltipster({ delay: tooltip_delay, maxWidth: 400, |