Delete all new Timer messages
This commit is contained in:
@@ -359,8 +359,13 @@ function showMessage(msgid) {
|
||||
function checkMessages(options) {
|
||||
options=options||{};
|
||||
|
||||
if (MESSAGES.length && MESSAGES[0].title == "Timer") {
|
||||
var goBack = false;
|
||||
while (MESSAGES.length && MESSAGES[0].title == "Timer") {
|
||||
MESSAGES.pop(0);
|
||||
goBack = true;
|
||||
}
|
||||
|
||||
if (goBack) {
|
||||
return load();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user