11/*!
22 * Bootstrap v3.3.6 (http://getbootstrap.com)
3- * Copyright 2011-2015 Twitter, Inc.
3+ * Copyright 2011-2016 Twitter, Inc.
44 * Licensed under the MIT license
55 */
66
@@ -20,7 +20,7 @@ if (typeof jQuery === 'undefined') {
2020 * Bootstrap: transition.js v3.3.6
2121 * http://getbootstrap.com/javascript/#transitions
2222 * ========================================================================
23- * Copyright 2011-2015 Twitter, Inc.
23+ * Copyright 2011-2016 Twitter, Inc.
2424 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
2525 * ======================================================================== */
2626
@@ -80,7 +80,7 @@ if (typeof jQuery === 'undefined') {
8080 * Bootstrap: alert.js v3.3.6
8181 * http://getbootstrap.com/javascript/#alerts
8282 * ========================================================================
83- * Copyright 2011-2015 Twitter, Inc.
83+ * Copyright 2011-2016 Twitter, Inc.
8484 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
8585 * ======================================================================== */
8686
@@ -175,7 +175,7 @@ if (typeof jQuery === 'undefined') {
175175 * Bootstrap: button.js v3.3.6
176176 * http://getbootstrap.com/javascript/#buttons
177177 * ========================================================================
178- * Copyright 2011-2015 Twitter, Inc.
178+ * Copyright 2011-2016 Twitter, Inc.
179179 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
180180 * ======================================================================== */
181181
@@ -296,7 +296,7 @@ if (typeof jQuery === 'undefined') {
296296 * Bootstrap: carousel.js v3.3.6
297297 * http://getbootstrap.com/javascript/#carousel
298298 * ========================================================================
299- * Copyright 2011-2015 Twitter, Inc.
299+ * Copyright 2011-2016 Twitter, Inc.
300300 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
301301 * ======================================================================== */
302302
@@ -534,7 +534,7 @@ if (typeof jQuery === 'undefined') {
534534 * Bootstrap: collapse.js v3.3.6
535535 * http://getbootstrap.com/javascript/#collapse
536536 * ========================================================================
537- * Copyright 2011-2015 Twitter, Inc.
537+ * Copyright 2011-2016 Twitter, Inc.
538538 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
539539 * ======================================================================== */
540540
@@ -746,7 +746,7 @@ if (typeof jQuery === 'undefined') {
746746 * Bootstrap: dropdown.js v3.3.6
747747 * http://getbootstrap.com/javascript/#dropdowns
748748 * ========================================================================
749- * Copyright 2011-2015 Twitter, Inc.
749+ * Copyright 2011-2016 Twitter, Inc.
750750 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
751751 * ======================================================================== */
752752
@@ -912,7 +912,7 @@ if (typeof jQuery === 'undefined') {
912912 * Bootstrap: modal.js v3.3.6
913913 * http://getbootstrap.com/javascript/#modals
914914 * ========================================================================
915- * Copyright 2011-2015 Twitter, Inc.
915+ * Copyright 2011-2016 Twitter, Inc.
916916 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
917917 * ======================================================================== */
918918
@@ -1050,7 +1050,9 @@ if (typeof jQuery === 'undefined') {
10501050 $ ( document )
10511051 . off ( 'focusin.bs.modal' ) // guard against infinite focus loop
10521052 . on ( 'focusin.bs.modal' , $ . proxy ( function ( e ) {
1053- if ( this . $element [ 0 ] !== e . target && ! this . $element . has ( e . target ) . length ) {
1053+ if ( document !== event . target &&
1054+ this . $element [ 0 ] !== e . target &&
1055+ ! this . $element . has ( e . target ) . length ) {
10541056 this . $element . trigger ( 'focus' )
10551057 }
10561058 } , this ) )
@@ -1251,7 +1253,7 @@ if (typeof jQuery === 'undefined') {
12511253 * http://getbootstrap.com/javascript/#tooltip
12521254 * Inspired by the original jQuery.tipsy by Jason Frame
12531255 * ========================================================================
1254- * Copyright 2011-2015 Twitter, Inc.
1256+ * Copyright 2011-2016 Twitter, Inc.
12551257 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12561258 * ======================================================================== */
12571259
@@ -1765,7 +1767,7 @@ if (typeof jQuery === 'undefined') {
17651767 * Bootstrap: popover.js v3.3.6
17661768 * http://getbootstrap.com/javascript/#popovers
17671769 * ========================================================================
1768- * Copyright 2011-2015 Twitter, Inc.
1770+ * Copyright 2011-2016 Twitter, Inc.
17691771 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
17701772 * ======================================================================== */
17711773
@@ -1874,7 +1876,7 @@ if (typeof jQuery === 'undefined') {
18741876 * Bootstrap: scrollspy.js v3.3.6
18751877 * http://getbootstrap.com/javascript/#scrollspy
18761878 * ========================================================================
1877- * Copyright 2011-2015 Twitter, Inc.
1879+ * Copyright 2011-2016 Twitter, Inc.
18781880 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
18791881 * ======================================================================== */
18801882
@@ -2047,7 +2049,7 @@ if (typeof jQuery === 'undefined') {
20472049 * Bootstrap: tab.js v3.3.6
20482050 * http://getbootstrap.com/javascript/#tabs
20492051 * ========================================================================
2050- * Copyright 2011-2015 Twitter, Inc.
2052+ * Copyright 2011-2016 Twitter, Inc.
20512053 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
20522054 * ======================================================================== */
20532055
@@ -2203,7 +2205,7 @@ if (typeof jQuery === 'undefined') {
22032205 * Bootstrap: affix.js v3.3.6
22042206 * http://getbootstrap.com/javascript/#affix
22052207 * ========================================================================
2206- * Copyright 2011-2015 Twitter, Inc.
2208+ * Copyright 2011-2016 Twitter, Inc.
22072209 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
22082210 * ======================================================================== */
22092211
0 commit comments