From 4b0d3762f309326a6d66fa4ea18945a7fc11f8ef Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 30 Jul 2016 17:56:26 -0400 Subject: update to v3.3.7 --- bower_components/bootstrap/js/alert.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bower_components/bootstrap/js/alert.js') diff --git a/bower_components/bootstrap/js/alert.js b/bower_components/bootstrap/js/alert.js index 5536755d..db97f3b0 100644 --- a/bower_components/bootstrap/js/alert.js +++ b/bower_components/bootstrap/js/alert.js @@ -1,8 +1,8 @@ /* ======================================================================== - * Bootstrap: alert.js v3.3.6 + * Bootstrap: alert.js v3.3.7 * http://getbootstrap.com/javascript/#alerts * ======================================================================== - * Copyright 2011-2015 Twitter, Inc. + * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ @@ -18,7 +18,7 @@ $(el).on('click', dismiss, this.close) } - Alert.VERSION = '3.3.6' + Alert.VERSION = '3.3.7' Alert.TRANSITION_DURATION = 150 @@ -31,7 +31,7 @@ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 } - var $parent = $(selector) + var $parent = $(selector === '#' ? [] : selector) if (e) e.preventDefault() -- cgit v1.2.3