mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-09-09 11:15:01 +08:00
fixed only checking for orangereds if you already have one.
This commit is contained in:
+2
-1
@@ -826,8 +826,9 @@ Background.prototype.watchMail = function () {
|
||||
window.clearTimeout(notificationTimeout);
|
||||
};
|
||||
notification.show();
|
||||
window.setTimeout(checkPrefs, mailInterval);
|
||||
}
|
||||
|
||||
window.setTimeout(checkPrefs, mailInterval);
|
||||
}
|
||||
|
||||
function getMail () {
|
||||
|
||||
Reference in New Issue
Block a user