mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-08-12 11:40:40 +08:00
Whoops, that's supposed to be in milliseconds!
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ RedditAPI.prototype.getInfo = function (url, tabId) {
|
||||
req.open('GET', reqUrl, true);
|
||||
req.onreadystatechange = processInfo;
|
||||
req.send(null);
|
||||
apiTimeout = setTimeout(handleTimeout, settings.get('timeoutLength'));
|
||||
apiTimeout = setTimeout(handleTimeout, settings.get('timeoutLength') * 1000);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user