]> source.dussan.org Git - nextcloud-server.git/commitdiff
update bootstrap from 3.3.5 to 3.3.6
authorMorris Jobke <hey@morrisjobke.de>
Mon, 30 Nov 2015 13:11:09 +0000 (14:11 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 30 Nov 2015 13:12:57 +0000 (14:12 +0100)
bower.json
core/vendor/bootstrap/js/tooltip.js

index 50d9df266feecef80de0ed0229fa89731b97ffed..eb8d1ce0b7fe5a231dbd3757fcc86ae9c5810faa 100644 (file)
@@ -26,7 +26,7 @@
     "snapjs": "~2.0.0-rc1",
     "strengthify": "0.4.2",
     "underscore": "~1.8.0",
-    "bootstrap": "~3.3.5",
+    "bootstrap": "~3.3.6",
     "backbone": "~1.2.3",
     "davclient.js": "https://github.com/evert/davclient.js.git",
     "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0"
index c3fe4b06ca2afc46d82e3ea8953a73a31c737161..7094b34dce7ded575166d9c70bccbfe9d274f9fe 100644 (file)
@@ -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