aboutsummaryrefslogtreecommitdiff
path: root/js/alert.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/alert.js')
-rw-r--r--js/alert.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/alert.js b/js/alert.js
index ee2bd02e1..905aacc15 100644
--- a/js/alert.js
+++ b/js/alert.js
@@ -18,6 +18,8 @@
$(el).on('click', dismiss, this.close)
}
+ Alert.VERSION = '3.1.1'
+
Alert.prototype.close = function (e) {
var $this = $(this)
var selector = $this.attr('data-target')