Don't reopen notification on mouse-over while closing

This commit is contained in:
Gina Häußge 2015-07-21 16:55:14 +02:00
parent e21ae9fabc
commit 9839f4b9a9

View file

@ -51,6 +51,7 @@ $(function() {
//~~ Initialize PNotify //~~ Initialize PNotify
PNotify.prototype.options.styling = "bootstrap2"; PNotify.prototype.options.styling = "bootstrap2";
PNotify.prototype.options.mouse_reset = false;
//~~ Initialize view models //~~ Initialize view models