app/assets/javascripts/effective_datatables/flash.js.coffee in effective_datatables-4.8.15 vs app/assets/javascripts/effective_datatables/flash.js.coffee in effective_datatables-4.8.16

- old
+ new

@@ -14,10 +14,10 @@ $processing.html(message).show() timeout = $processing.data('timeout') clearTimeout(timeout) if timeout - delay = (if status == 'danger' then 4000 else 1500) + delay = (if status == 'danger' then 4000 else 1000) $processing.html(message).data('timeout', setTimeout( => $processing.html('Processing...') $processing.removeClass('alert-success alert-info alert-warning alert-danger alert-error') $processing.hide()