Faster animation speed & close on PNotify

This commit is contained in:
Gina Häußge 2017-10-13 11:51:22 +02:00
parent 4e80d69e51
commit 44f5916cd4

View file

@ -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) {