11/*!
2- * Bootstrap v3.3.5 (http://getbootstrap.com)
2+ * Bootstrap v3.3.6 (http://getbootstrap.com)
33 * Copyright 2011-2015 Twitter, Inc.
44 * Licensed under the MIT license
55 */
@@ -17,7 +17,7 @@ if (typeof jQuery === 'undefined') {
1717} ( jQuery ) ;
1818
1919/* ========================================================================
20- * Bootstrap: transition.js v3.3.5
20+ * Bootstrap: transition.js v3.3.6
2121 * http://getbootstrap.com/javascript/#transitions
2222 * ========================================================================
2323 * Copyright 2011-2015 Twitter, Inc.
@@ -77,7 +77,7 @@ if (typeof jQuery === 'undefined') {
7777} ( jQuery ) ;
7878
7979/* ========================================================================
80- * Bootstrap: alert.js v3.3.5
80+ * Bootstrap: alert.js v3.3.6
8181 * http://getbootstrap.com/javascript/#alerts
8282 * ========================================================================
8383 * Copyright 2011-2015 Twitter, Inc.
@@ -96,7 +96,7 @@ if (typeof jQuery === 'undefined') {
9696 $ ( el ) . on ( 'click' , dismiss , this . close )
9797 }
9898
99- Alert . VERSION = '3.3.5 '
99+ Alert . VERSION = '3.3.6 '
100100
101101 Alert . TRANSITION_DURATION = 150
102102
@@ -172,7 +172,7 @@ if (typeof jQuery === 'undefined') {
172172} ( jQuery ) ;
173173
174174/* ========================================================================
175- * Bootstrap: button.js v3.3.5
175+ * Bootstrap: button.js v3.3.6
176176 * http://getbootstrap.com/javascript/#buttons
177177 * ========================================================================
178178 * Copyright 2011-2015 Twitter, Inc.
@@ -192,7 +192,7 @@ if (typeof jQuery === 'undefined') {
192192 this . isLoading = false
193193 }
194194
195- Button . VERSION = '3.3.5 '
195+ Button . VERSION = '3.3.6 '
196196
197197 Button . DEFAULTS = {
198198 loadingText : 'loading...'
@@ -293,7 +293,7 @@ if (typeof jQuery === 'undefined') {
293293} ( jQuery ) ;
294294
295295/* ========================================================================
296- * Bootstrap: carousel.js v3.3.5
296+ * Bootstrap: carousel.js v3.3.6
297297 * http://getbootstrap.com/javascript/#carousel
298298 * ========================================================================
299299 * Copyright 2011-2015 Twitter, Inc.
@@ -324,7 +324,7 @@ if (typeof jQuery === 'undefined') {
324324 . on ( 'mouseleave.bs.carousel' , $ . proxy ( this . cycle , this ) )
325325 }
326326
327- Carousel . VERSION = '3.3.5 '
327+ Carousel . VERSION = '3.3.6 '
328328
329329 Carousel . TRANSITION_DURATION = 600
330330
@@ -531,7 +531,7 @@ if (typeof jQuery === 'undefined') {
531531} ( jQuery ) ;
532532
533533/* ========================================================================
534- * Bootstrap: collapse.js v3.3.5
534+ * Bootstrap: collapse.js v3.3.6
535535 * http://getbootstrap.com/javascript/#collapse
536536 * ========================================================================
537537 * Copyright 2011-2015 Twitter, Inc.
@@ -561,7 +561,7 @@ if (typeof jQuery === 'undefined') {
561561 if ( this . options . toggle ) this . toggle ( )
562562 }
563563
564- Collapse . VERSION = '3.3.5 '
564+ Collapse . VERSION = '3.3.6 '
565565
566566 Collapse . TRANSITION_DURATION = 350
567567
@@ -743,7 +743,7 @@ if (typeof jQuery === 'undefined') {
743743} ( jQuery ) ;
744744
745745/* ========================================================================
746- * Bootstrap: dropdown.js v3.3.5
746+ * Bootstrap: dropdown.js v3.3.6
747747 * http://getbootstrap.com/javascript/#dropdowns
748748 * ========================================================================
749749 * Copyright 2011-2015 Twitter, Inc.
@@ -763,7 +763,7 @@ if (typeof jQuery === 'undefined') {
763763 $ ( element ) . on ( 'click.bs.dropdown' , this . toggle )
764764 }
765765
766- Dropdown . VERSION = '3.3.5 '
766+ Dropdown . VERSION = '3.3.6 '
767767
768768 function getParent ( $this ) {
769769 var selector = $this . attr ( 'data-target' )
@@ -909,7 +909,7 @@ if (typeof jQuery === 'undefined') {
909909} ( jQuery ) ;
910910
911911/* ========================================================================
912- * Bootstrap: modal.js v3.3.5
912+ * Bootstrap: modal.js v3.3.6
913913 * http://getbootstrap.com/javascript/#modals
914914 * ========================================================================
915915 * Copyright 2011-2015 Twitter, Inc.
@@ -943,7 +943,7 @@ if (typeof jQuery === 'undefined') {
943943 }
944944 }
945945
946- Modal . VERSION = '3.3.5 '
946+ Modal . VERSION = '3.3.6 '
947947
948948 Modal . TRANSITION_DURATION = 300
949949 Modal . BACKDROP_TRANSITION_DURATION = 150
@@ -1247,7 +1247,7 @@ if (typeof jQuery === 'undefined') {
12471247} ( jQuery ) ;
12481248
12491249/* ========================================================================
1250- * Bootstrap: tooltip.js v3.3.5
1250+ * Bootstrap: tooltip.js v3.3.6
12511251 * http://getbootstrap.com/javascript/#tooltip
12521252 * Inspired by the original jQuery.tipsy by Jason Frame
12531253 * ========================================================================
@@ -1274,7 +1274,7 @@ if (typeof jQuery === 'undefined') {
12741274 this . init ( 'tooltip' , element , options )
12751275 }
12761276
1277- Tooltip . VERSION = '3.3.5 '
1277+ Tooltip . VERSION = '3.3.6 '
12781278
12791279 Tooltip . TRANSITION_DURATION = 150
12801280
@@ -1762,7 +1762,7 @@ if (typeof jQuery === 'undefined') {
17621762} ( jQuery ) ;
17631763
17641764/* ========================================================================
1765- * Bootstrap: popover.js v3.3.5
1765+ * Bootstrap: popover.js v3.3.6
17661766 * http://getbootstrap.com/javascript/#popovers
17671767 * ========================================================================
17681768 * Copyright 2011-2015 Twitter, Inc.
@@ -1782,7 +1782,7 @@ if (typeof jQuery === 'undefined') {
17821782
17831783 if ( ! $ . fn . tooltip ) throw new Error ( 'Popover requires tooltip.js' )
17841784
1785- Popover . VERSION = '3.3.5 '
1785+ Popover . VERSION = '3.3.6 '
17861786
17871787 Popover . DEFAULTS = $ . extend ( { } , $ . fn . tooltip . Constructor . DEFAULTS , {
17881788 placement : 'right' ,
@@ -1871,7 +1871,7 @@ if (typeof jQuery === 'undefined') {
18711871} ( jQuery ) ;
18721872
18731873/* ========================================================================
1874- * Bootstrap: scrollspy.js v3.3.5
1874+ * Bootstrap: scrollspy.js v3.3.6
18751875 * http://getbootstrap.com/javascript/#scrollspy
18761876 * ========================================================================
18771877 * Copyright 2011-2015 Twitter, Inc.
@@ -1900,7 +1900,7 @@ if (typeof jQuery === 'undefined') {
19001900 this . process ( )
19011901 }
19021902
1903- ScrollSpy . VERSION = '3.3.5 '
1903+ ScrollSpy . VERSION = '3.3.6 '
19041904
19051905 ScrollSpy . DEFAULTS = {
19061906 offset : 10
@@ -2044,7 +2044,7 @@ if (typeof jQuery === 'undefined') {
20442044} ( jQuery ) ;
20452045
20462046/* ========================================================================
2047- * Bootstrap: tab.js v3.3.5
2047+ * Bootstrap: tab.js v3.3.6
20482048 * http://getbootstrap.com/javascript/#tabs
20492049 * ========================================================================
20502050 * Copyright 2011-2015 Twitter, Inc.
@@ -2064,7 +2064,7 @@ if (typeof jQuery === 'undefined') {
20642064 // jscs:enable requireDollarBeforejQueryAssignment
20652065 }
20662066
2067- Tab . VERSION = '3.3.5 '
2067+ Tab . VERSION = '3.3.6 '
20682068
20692069 Tab . TRANSITION_DURATION = 150
20702070
@@ -2200,7 +2200,7 @@ if (typeof jQuery === 'undefined') {
22002200} ( jQuery ) ;
22012201
22022202/* ========================================================================
2203- * Bootstrap: affix.js v3.3.5
2203+ * Bootstrap: affix.js v3.3.6
22042204 * http://getbootstrap.com/javascript/#affix
22052205 * ========================================================================
22062206 * Copyright 2011-2015 Twitter, Inc.
@@ -2229,7 +2229,7 @@ if (typeof jQuery === 'undefined') {
22292229 this . checkPosition ( )
22302230 }
22312231
2232- Affix . VERSION = '3.3.5 '
2232+ Affix . VERSION = '3.3.6 '
22332233
22342234 Affix . RESET = 'affix affix-top affix-bottom'
22352235
0 commit comments