Merge pull request #624 from konradmachynia/master

Sample PNotify message is not a part of release
pull/637/head
AndreiCN 2017-12-14 14:28:39 +02:00 committed by GitHub
commit 4258a74c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

@ -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;
}
});
};