Sha256: 771675c0e5ebd44a785c241d065cc04c7f1459a7bf59eca3dd3922126d9e6c53

Contents?: true

Size: 231 Bytes

Versions: 4

Compression:

Stored size: 231 Bytes

Contents

//= require ie
//= require timer
//= require apexcharts

$(document).ready(function () {

  window.setTimeout(function() {
    $(".alert").fadeTo(1000, 0).slideUp(1000, function(){
        $(this).remove(); 
    });
  }, 5000);
})

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thecore_ui_commons-2.4.4 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.3 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.2 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.1 app/assets/javascripts/thecore_ui_commons/thecore.js