diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-11-30 14:11:09 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-11-30 14:12:57 +0100 |
commit | 42272de3a64a4b7346992b730aa191afbe9c90d9 (patch) | |
tree | eba22c75684047887d1f3c4da9a74da7ddbb4041 /core | |
parent | d8aa44d4583b26e933a0a15f96c9706297af41f1 (diff) | |
download | nextcloud-server-42272de3a64a4b7346992b730aa191afbe9c90d9.tar.gz nextcloud-server-42272de3a64a4b7346992b730aa191afbe9c90d9.zip |
update bootstrap from 3.3.5 to 3.3.6
Diffstat (limited to 'core')
-rw-r--r-- | core/vendor/bootstrap/js/tooltip.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/vendor/bootstrap/js/tooltip.js b/core/vendor/bootstrap/js/tooltip.js index c3fe4b06ca2..7094b34dce7 100644 --- a/core/vendor/bootstrap/js/tooltip.js +++ b/core/vendor/bootstrap/js/tooltip.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: tooltip.js v3.3.5 + * Bootstrap: tooltip.js v3.3.6 * http://getbootstrap.com/javascript/#tooltip * Inspired by the original jQuery.tipsy by Jason Frame * ======================================================================== @@ -26,7 +26,7 @@ this.init('tooltip', element, options) } - Tooltip.VERSION = '3.3.5' + Tooltip.VERSION = '3.3.6' Tooltip.TRANSITION_DURATION = 150 |