1
1
/*!
2
- * Bootstrap v3.3.4 (http://getbootstrap.com)
2
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
3
3
* Copyright 2011-2015 Twitter, Inc.
4
4
* Licensed under the MIT license
5
5
*/
@@ -17,7 +17,7 @@ if (typeof jQuery === 'undefined') {
17
17
} ( jQuery ) ;
18
18
19
19
/* ========================================================================
20
- * Bootstrap: transition.js v3.3.4
20
+ * Bootstrap: transition.js v3.3.5
21
21
* http://getbootstrap.com/javascript/#transitions
22
22
* ========================================================================
23
23
* Copyright 2011-2015 Twitter, Inc.
@@ -77,7 +77,7 @@ if (typeof jQuery === 'undefined') {
77
77
} ( jQuery ) ;
78
78
79
79
/* ========================================================================
80
- * Bootstrap: alert.js v3.3.4
80
+ * Bootstrap: alert.js v3.3.5
81
81
* http://getbootstrap.com/javascript/#alerts
82
82
* ========================================================================
83
83
* Copyright 2011-2015 Twitter, Inc.
@@ -96,7 +96,7 @@ if (typeof jQuery === 'undefined') {
96
96
$ ( el ) . on ( 'click' , dismiss , this . close )
97
97
}
98
98
99
- Alert . VERSION = '3.3.4 '
99
+ Alert . VERSION = '3.3.5 '
100
100
101
101
Alert . TRANSITION_DURATION = 150
102
102
@@ -172,7 +172,7 @@ if (typeof jQuery === 'undefined') {
172
172
} ( jQuery ) ;
173
173
174
174
/* ========================================================================
175
- * Bootstrap: button.js v3.3.4
175
+ * Bootstrap: button.js v3.3.5
176
176
* http://getbootstrap.com/javascript/#buttons
177
177
* ========================================================================
178
178
* Copyright 2011-2015 Twitter, Inc.
@@ -192,7 +192,7 @@ if (typeof jQuery === 'undefined') {
192
192
this . isLoading = false
193
193
}
194
194
195
- Button . VERSION = '3.3.4 '
195
+ Button . VERSION = '3.3.5 '
196
196
197
197
Button . DEFAULTS = {
198
198
loadingText : 'loading...'
@@ -293,7 +293,7 @@ if (typeof jQuery === 'undefined') {
293
293
} ( jQuery ) ;
294
294
295
295
/* ========================================================================
296
- * Bootstrap: carousel.js v3.3.4
296
+ * Bootstrap: carousel.js v3.3.5
297
297
* http://getbootstrap.com/javascript/#carousel
298
298
* ========================================================================
299
299
* Copyright 2011-2015 Twitter, Inc.
@@ -324,7 +324,7 @@ if (typeof jQuery === 'undefined') {
324
324
. on ( 'mouseleave.bs.carousel' , $ . proxy ( this . cycle , this ) )
325
325
}
326
326
327
- Carousel . VERSION = '3.3.4 '
327
+ Carousel . VERSION = '3.3.5 '
328
328
329
329
Carousel . TRANSITION_DURATION = 600
330
330
@@ -531,7 +531,7 @@ if (typeof jQuery === 'undefined') {
531
531
} ( jQuery ) ;
532
532
533
533
/* ========================================================================
534
- * Bootstrap: collapse.js v3.3.4
534
+ * Bootstrap: collapse.js v3.3.5
535
535
* http://getbootstrap.com/javascript/#collapse
536
536
* ========================================================================
537
537
* Copyright 2011-2015 Twitter, Inc.
@@ -561,7 +561,7 @@ if (typeof jQuery === 'undefined') {
561
561
if ( this . options . toggle ) this . toggle ( )
562
562
}
563
563
564
- Collapse . VERSION = '3.3.4 '
564
+ Collapse . VERSION = '3.3.5 '
565
565
566
566
Collapse . TRANSITION_DURATION = 350
567
567
@@ -743,7 +743,7 @@ if (typeof jQuery === 'undefined') {
743
743
} ( jQuery ) ;
744
744
745
745
/* ========================================================================
746
- * Bootstrap: dropdown.js v3.3.4
746
+ * Bootstrap: dropdown.js v3.3.5
747
747
* http://getbootstrap.com/javascript/#dropdowns
748
748
* ========================================================================
749
749
* Copyright 2011-2015 Twitter, Inc.
@@ -763,7 +763,7 @@ if (typeof jQuery === 'undefined') {
763
763
$ ( element ) . on ( 'click.bs.dropdown' , this . toggle )
764
764
}
765
765
766
- Dropdown . VERSION = '3.3.4 '
766
+ Dropdown . VERSION = '3.3.5 '
767
767
768
768
function getParent ( $this ) {
769
769
var selector = $this . attr ( 'data-target' )
@@ -854,7 +854,7 @@ if (typeof jQuery === 'undefined') {
854
854
}
855
855
856
856
var desc = ' li:not(.disabled):visible a'
857
- var $items = $parent . find ( '[role=" menu"]' + desc + ', [role="listbox"] ' + desc )
857
+ var $items = $parent . find ( '.dropdown- menu' + desc )
858
858
859
859
if ( ! $items . length ) return
860
860
@@ -909,7 +909,7 @@ if (typeof jQuery === 'undefined') {
909
909
} ( jQuery ) ;
910
910
911
911
/* ========================================================================
912
- * Bootstrap: modal.js v3.3.4
912
+ * Bootstrap: modal.js v3.3.5
913
913
* http://getbootstrap.com/javascript/#modals
914
914
* ========================================================================
915
915
* Copyright 2011-2015 Twitter, Inc.
@@ -943,7 +943,7 @@ if (typeof jQuery === 'undefined') {
943
943
}
944
944
}
945
945
946
- Modal . VERSION = '3.3.4 '
946
+ Modal . VERSION = '3.3.5 '
947
947
948
948
Modal . TRANSITION_DURATION = 300
949
949
Modal . BACKDROP_TRANSITION_DURATION = 150
@@ -1247,7 +1247,7 @@ if (typeof jQuery === 'undefined') {
1247
1247
} ( jQuery ) ;
1248
1248
1249
1249
/* ========================================================================
1250
- * Bootstrap: tooltip.js v3.3.4
1250
+ * Bootstrap: tooltip.js v3.3.5
1251
1251
* http://getbootstrap.com/javascript/#tooltip
1252
1252
* Inspired by the original jQuery.tipsy by Jason Frame
1253
1253
* ========================================================================
@@ -1274,7 +1274,7 @@ if (typeof jQuery === 'undefined') {
1274
1274
this . init ( 'tooltip' , element , options )
1275
1275
}
1276
1276
1277
- Tooltip . VERSION = '3.3.4 '
1277
+ Tooltip . VERSION = '3.3.5 '
1278
1278
1279
1279
Tooltip . TRANSITION_DURATION = 150
1280
1280
@@ -1762,7 +1762,7 @@ if (typeof jQuery === 'undefined') {
1762
1762
} ( jQuery ) ;
1763
1763
1764
1764
/* ========================================================================
1765
- * Bootstrap: popover.js v3.3.4
1765
+ * Bootstrap: popover.js v3.3.5
1766
1766
* http://getbootstrap.com/javascript/#popovers
1767
1767
* ========================================================================
1768
1768
* Copyright 2011-2015 Twitter, Inc.
@@ -1782,7 +1782,7 @@ if (typeof jQuery === 'undefined') {
1782
1782
1783
1783
if ( ! $ . fn . tooltip ) throw new Error ( 'Popover requires tooltip.js' )
1784
1784
1785
- Popover . VERSION = '3.3.4 '
1785
+ Popover . VERSION = '3.3.5 '
1786
1786
1787
1787
Popover . DEFAULTS = $ . extend ( { } , $ . fn . tooltip . Constructor . DEFAULTS , {
1788
1788
placement : 'right' ,
@@ -1871,7 +1871,7 @@ if (typeof jQuery === 'undefined') {
1871
1871
} ( jQuery ) ;
1872
1872
1873
1873
/* ========================================================================
1874
- * Bootstrap: scrollspy.js v3.3.4
1874
+ * Bootstrap: scrollspy.js v3.3.5
1875
1875
* http://getbootstrap.com/javascript/#scrollspy
1876
1876
* ========================================================================
1877
1877
* Copyright 2011-2015 Twitter, Inc.
@@ -1900,7 +1900,7 @@ if (typeof jQuery === 'undefined') {
1900
1900
this . process ( )
1901
1901
}
1902
1902
1903
- ScrollSpy . VERSION = '3.3.4 '
1903
+ ScrollSpy . VERSION = '3.3.5 '
1904
1904
1905
1905
ScrollSpy . DEFAULTS = {
1906
1906
offset : 10
@@ -2044,7 +2044,7 @@ if (typeof jQuery === 'undefined') {
2044
2044
} ( jQuery ) ;
2045
2045
2046
2046
/* ========================================================================
2047
- * Bootstrap: tab.js v3.3.4
2047
+ * Bootstrap: tab.js v3.3.5
2048
2048
* http://getbootstrap.com/javascript/#tabs
2049
2049
* ========================================================================
2050
2050
* Copyright 2011-2015 Twitter, Inc.
@@ -2064,7 +2064,7 @@ if (typeof jQuery === 'undefined') {
2064
2064
// jscs:enable requireDollarBeforejQueryAssignment
2065
2065
}
2066
2066
2067
- Tab . VERSION = '3.3.4 '
2067
+ Tab . VERSION = '3.3.5 '
2068
2068
2069
2069
Tab . TRANSITION_DURATION = 150
2070
2070
@@ -2200,7 +2200,7 @@ if (typeof jQuery === 'undefined') {
2200
2200
} ( jQuery ) ;
2201
2201
2202
2202
/* ========================================================================
2203
- * Bootstrap: affix.js v3.3.4
2203
+ * Bootstrap: affix.js v3.3.5
2204
2204
* http://getbootstrap.com/javascript/#affix
2205
2205
* ========================================================================
2206
2206
* Copyright 2011-2015 Twitter, Inc.
@@ -2229,7 +2229,7 @@ if (typeof jQuery === 'undefined') {
2229
2229
this . checkPosition ( )
2230
2230
}
2231
2231
2232
- Affix . VERSION = '3.3.4 '
2232
+ Affix . VERSION = '3.3.5 '
2233
2233
2234
2234
Affix . RESET = 'affix affix-top affix-bottom'
2235
2235
0 commit comments