Sha256: 21878eae26e01f88ba29412a5bd0cf380c0fc3e826fc61250acf65caf56cbf97

Contents?: true

Size: 230 Bytes

Versions: 3

Compression:

Stored size: 230 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

3 entries across 3 versions & 1 rubygems

Version Path
thecore_ui_commons-2.4.0 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.3.10 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.3.9 app/assets/javascripts/thecore_ui_commons/thecore.js