未验证 提交 4258a74c 编写于 作者: A AndreiCN 提交者: GitHub

Merge pull request #624 from konradmachynia/master

Sample PNotify message is not a part of release
......@@ -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;
}
});
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册