vendor/assets/javascripts/alert.js in flashgrid-2.0.0 vs vendor/assets/javascripts/alert.js in flashgrid-2.0.1
- old
+ new
@@ -7,9 +7,11 @@
var dismiss = '[data-dismiss="alert"]'
var Alert = function (el) {
$(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')
if (!selector) {
\ No newline at end of file