diff --git a/build/js/custom.js b/build/js/custom.js index 4547b30c..ac95d6b2 100644 --- a/build/js/custom.js +++ b/build/js/custom.js @@ -1841,29 +1841,6 @@ if (typeof NProgress != 'undefined') { if( typeof (PNotify) === 'undefined'){ return; } console.log('init_PNotify'); - - new PNotify({ - title: "PNotify", - type: "info", - text: "Welcome. Try hovering over me. You can click things behind me, because I'm non-blocking.", - nonblock: { - nonblock: true - }, - addclass: 'dark', - styling: 'bootstrap3', - hide: false, - before_close: function(PNotify) { - PNotify.update({ - title: PNotify.options.title + " - Enjoy your Stay", - before_close: null - }); - - PNotify.queueRemove(); - - return false; - } - }); - };