1
0
Fork 0
This commit is contained in:
hkernbach 2016-05-20 13:49:06 +02:00
parent 5f60ebd6c4
commit 72e29c076f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*jshint browser: true */
/*jshint unused: false */
/*global Backbone, templateEngine, $, window, noty */
/*global frontendConfig, Backbone, templateEngine, $, window, noty */
(function () {
"use strict";
@ -76,7 +76,7 @@
}];
}
else if (latestModel.get('type') === 'warning') {
time = false;
time = 20000;
}
$.noty.clearQueue();