Faster animation speed & close on PNotify
This commit is contained in:
parent
4e80d69e51
commit
44f5916cd4
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ $(function() {
|
|||
PNotify.prototype.options.stack.firstpos2 = 20;
|
||||
PNotify.prototype.options.stack.spacing1 = 20;
|
||||
PNotify.prototype.options.stack.spacing2 = 20;
|
||||
PNotify.prototype.options.delay = 5000;
|
||||
PNotify.prototype.options.animate_speed = "fast";
|
||||
|
||||
PNotify.singleButtonNotify = function(options) {
|
||||
if (!options.confirm || !options.confirm.buttons || !options.confirm.buttons.length) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue