Mini Shell

Direktori : /proc/thread-self/root/home/bdskirpanfactory/www/admin/assets/js/notify/
Upload File :
Current File : //proc/thread-self/root/home/bdskirpanfactory/www/admin/assets/js/notify/index.js

'use strict';
var notify = $.notify('<i class="fas fa-bell"></i></i><strong>Loading</strong> page Do not close this page...', {
    type: 'theme',
    allow_dismiss: true,
    delay: 4000,
    showProgressbar: true,
    timer: 300,
    // timer: 555555500,
    animate: {
        enter: 'animated fadeInDown',
        exit: 'animated fadeOutUp'
    }
});

setTimeout(function () {
    notify.update('message', '<i class="fas fa-bell"></i></i><strong>Loading</strong> Inner Data.');
}, 1000);