Sha256: 9b6ab46ef4891d5d90509aa99806862619d733a2b440cab472d760fb7395e57d

Contents?: true

Size: 230 Bytes

Versions: 9

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

9 entries across 9 versions & 1 rubygems

Version Path
thecore_ui_commons-2.5.2 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.5.1 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.5.0 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.10 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.9 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.8 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.7 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.6 app/assets/javascripts/thecore_ui_commons/thecore.js
thecore_ui_commons-2.4.5 app/assets/javascripts/thecore_ui_commons/thecore.js