vendor/assets/javascripts/_alert.js in active_frontend-12.2.0 vs vendor/assets/javascripts/_alert.js in active_frontend-12.3.0

- old
+ new

@@ -7,10 +7,10 @@ var dismiss = '[data-dismiss="alert"]' var Alert = function (el) { $(el).on('click', dismiss, this.close) } - Alert.VERSION = '3.3.2' + Alert.VERSION = '3.3.6' Alert.TRANSITION_DURATION = 150 Alert.prototype.close = function (e) { var $this = $(this) \ No newline at end of file