mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-09-10 11:40:59 +08:00
After five what?
This commit is contained in:
+1
-1
@@ -323,7 +323,7 @@ RedditAPI.prototype.getInfo = function (url, tabId) {
|
||||
|
||||
function handleTimeout () {
|
||||
req.abort();
|
||||
button.setBadgeError(tabId, 'API Timeout after ' + settings.get('timeoutLength') + '. Click to try again.');
|
||||
button.setBadgeError(tabId, 'API Timeout after ' + settings.get('timeoutLength') + ' seconds. Click to try again.');
|
||||
}
|
||||
|
||||
button.setBadgeLoading(tabId);
|
||||
|
||||
Reference in New Issue
Block a user