11/*!
2- * Bootstrap v3.4.1 (https://getbootstrap.com/)
2+ * Bootstrap v3.4.2 (https://getbootstrap.com/)
33 * Copyright 2011-2026 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.4.1
20+ * Bootstrap: transition.js v3.4.2
2121 * https://getbootstrap.com/docs/3.4/javascript/#transitions
2222 * ========================================================================
2323 * Copyright 2011-2019 Twitter, Inc.
@@ -77,7 +77,7 @@ if (typeof jQuery === 'undefined') {
7777} ( jQuery ) ;
7878
7979/* ========================================================================
80- * Bootstrap: alert.js v3.4.1
80+ * Bootstrap: alert.js v3.4.2
8181 * https://getbootstrap.com/docs/3.4/javascript/#alerts
8282 * ========================================================================
8383 * Copyright 2011-2019 Twitter, Inc.
@@ -96,7 +96,7 @@ if (typeof jQuery === 'undefined') {
9696 $ ( el ) . on ( 'click' , dismiss , this . close )
9797 }
9898
99- Alert . VERSION = '3.4.1 '
99+ Alert . VERSION = '3.4.2 '
100100
101101 Alert . TRANSITION_DURATION = 150
102102
@@ -173,7 +173,7 @@ if (typeof jQuery === 'undefined') {
173173} ( jQuery ) ;
174174
175175/* ========================================================================
176- * Bootstrap: button.js v3.4.1
176+ * Bootstrap: button.js v3.4.2
177177 * https://getbootstrap.com/docs/3.4/javascript/#buttons
178178 * ========================================================================
179179 * Copyright 2011-2019 Twitter, Inc.
@@ -193,7 +193,7 @@ if (typeof jQuery === 'undefined') {
193193 this . isLoading = false
194194 }
195195
196- Button . VERSION = '3.4.1 '
196+ Button . VERSION = '3.4.2 '
197197
198198 Button . DEFAULTS = {
199199 loadingText : 'loading...'
@@ -299,7 +299,7 @@ if (typeof jQuery === 'undefined') {
299299} ( jQuery ) ;
300300
301301/* ========================================================================
302- * Bootstrap: carousel.js v3.4.1
302+ * Bootstrap: carousel.js v3.4.2
303303 * https://getbootstrap.com/docs/3.4/javascript/#carousel
304304 * ========================================================================
305305 * Copyright 2011-2019 Twitter, Inc.
@@ -330,7 +330,7 @@ if (typeof jQuery === 'undefined') {
330330 . on ( 'mouseleave.bs.carousel' , $ . proxy ( this . cycle , this ) )
331331 }
332332
333- Carousel . VERSION = '3.4.1 '
333+ Carousel . VERSION = '3.4.2 '
334334
335335 Carousel . TRANSITION_DURATION = 600
336336
@@ -546,7 +546,7 @@ if (typeof jQuery === 'undefined') {
546546} ( jQuery ) ;
547547
548548/* ========================================================================
549- * Bootstrap: collapse.js v3.4.1
549+ * Bootstrap: collapse.js v3.4.2
550550 * https://getbootstrap.com/docs/3.4/javascript/#collapse
551551 * ========================================================================
552552 * Copyright 2011-2019 Twitter, Inc.
@@ -577,7 +577,7 @@ if (typeof jQuery === 'undefined') {
577577 if ( this . options . toggle ) this . toggle ( )
578578 }
579579
580- Collapse . VERSION = '3.4.1 '
580+ Collapse . VERSION = '3.4.2 '
581581
582582 Collapse . TRANSITION_DURATION = 350
583583
@@ -759,7 +759,7 @@ if (typeof jQuery === 'undefined') {
759759} ( jQuery ) ;
760760
761761/* ========================================================================
762- * Bootstrap: dropdown.js v3.4.1
762+ * Bootstrap: dropdown.js v3.4.2
763763 * https://getbootstrap.com/docs/3.4/javascript/#dropdowns
764764 * ========================================================================
765765 * Copyright 2011-2019 Twitter, Inc.
@@ -779,7 +779,7 @@ if (typeof jQuery === 'undefined') {
779779 $ ( element ) . on ( 'click.bs.dropdown' , this . toggle )
780780 }
781781
782- Dropdown . VERSION = '3.4.1 '
782+ Dropdown . VERSION = '3.4.2 '
783783
784784 function getParent ( $this ) {
785785 var selector = $this . attr ( 'data-target' )
@@ -925,7 +925,7 @@ if (typeof jQuery === 'undefined') {
925925} ( jQuery ) ;
926926
927927/* ========================================================================
928- * Bootstrap: modal.js v3.4.1
928+ * Bootstrap: modal.js v3.4.2
929929 * https://getbootstrap.com/docs/3.4/javascript/#modals
930930 * ========================================================================
931931 * Copyright 2011-2019 Twitter, Inc.
@@ -960,7 +960,7 @@ if (typeof jQuery === 'undefined') {
960960 }
961961 }
962962
963- Modal . VERSION = '3.4.1 '
963+ Modal . VERSION = '3.4.2 '
964964
965965 Modal . TRANSITION_DURATION = 300
966966 Modal . BACKDROP_TRANSITION_DURATION = 150
@@ -1284,7 +1284,7 @@ if (typeof jQuery === 'undefined') {
12841284} ( jQuery ) ;
12851285
12861286/* ========================================================================
1287- * Bootstrap: tooltip.js v3.4.1
1287+ * Bootstrap: tooltip.js v3.4.2
12881288 * https://getbootstrap.com/docs/3.4/javascript/#tooltip
12891289 * Inspired by the original jQuery.tipsy by Jason Frame
12901290 * ========================================================================
@@ -1441,7 +1441,7 @@ if (typeof jQuery === 'undefined') {
14411441 this . init ( 'tooltip' , element , options )
14421442 }
14431443
1444- Tooltip . VERSION = '3.4.1 '
1444+ Tooltip . VERSION = '3.4.2 '
14451445
14461446 Tooltip . TRANSITION_DURATION = 150
14471447
@@ -1962,7 +1962,7 @@ if (typeof jQuery === 'undefined') {
19621962} ( jQuery ) ;
19631963
19641964/* ========================================================================
1965- * Bootstrap: popover.js v3.4.1
1965+ * Bootstrap: popover.js v3.4.2
19661966 * https://getbootstrap.com/docs/3.4/javascript/#popovers
19671967 * ========================================================================
19681968 * Copyright 2011-2019 Twitter, Inc.
@@ -1982,7 +1982,7 @@ if (typeof jQuery === 'undefined') {
19821982
19831983 if ( ! $ . fn . tooltip ) throw new Error ( 'Popover requires tooltip.js' )
19841984
1985- Popover . VERSION = '3.4.1 '
1985+ Popover . VERSION = '3.4.2 '
19861986
19871987 Popover . DEFAULTS = $ . extend ( { } , $ . fn . tooltip . Constructor . DEFAULTS , {
19881988 placement : 'right' ,
@@ -2086,7 +2086,7 @@ if (typeof jQuery === 'undefined') {
20862086} ( jQuery ) ;
20872087
20882088/* ========================================================================
2089- * Bootstrap: scrollspy.js v3.4.1
2089+ * Bootstrap: scrollspy.js v3.4.2
20902090 * https://getbootstrap.com/docs/3.4/javascript/#scrollspy
20912091 * ========================================================================
20922092 * Copyright 2011-2019 Twitter, Inc.
@@ -2115,7 +2115,7 @@ if (typeof jQuery === 'undefined') {
21152115 this . process ( )
21162116 }
21172117
2118- ScrollSpy . VERSION = '3.4.1 '
2118+ ScrollSpy . VERSION = '3.4.2 '
21192119
21202120 ScrollSpy . DEFAULTS = {
21212121 offset : 10
@@ -2259,7 +2259,7 @@ if (typeof jQuery === 'undefined') {
22592259} ( jQuery ) ;
22602260
22612261/* ========================================================================
2262- * Bootstrap: tab.js v3.4.1
2262+ * Bootstrap: tab.js v3.4.2
22632263 * https://getbootstrap.com/docs/3.4/javascript/#tabs
22642264 * ========================================================================
22652265 * Copyright 2011-2019 Twitter, Inc.
@@ -2279,7 +2279,7 @@ if (typeof jQuery === 'undefined') {
22792279 // jscs:enable requireDollarBeforejQueryAssignment
22802280 }
22812281
2282- Tab . VERSION = '3.4.1 '
2282+ Tab . VERSION = '3.4.2 '
22832283
22842284 Tab . TRANSITION_DURATION = 150
22852285
@@ -2415,7 +2415,7 @@ if (typeof jQuery === 'undefined') {
24152415} ( jQuery ) ;
24162416
24172417/* ========================================================================
2418- * Bootstrap: affix.js v3.4.1
2418+ * Bootstrap: affix.js v3.4.2
24192419 * https://getbootstrap.com/docs/3.4/javascript/#affix
24202420 * ========================================================================
24212421 * Copyright 2011-2019 Twitter, Inc.
@@ -2446,7 +2446,7 @@ if (typeof jQuery === 'undefined') {
24462446 this . checkPosition ( )
24472447 }
24482448
2449- Affix . VERSION = '3.4.1 '
2449+ Affix . VERSION = '3.4.2 '
24502450
24512451 Affix . RESET = 'affix affix-top affix-bottom'
24522452
0 commit comments