diff --git a/js/common.js b/js/common.js index 67b32dc..a59df77 100644 --- a/js/common.js +++ b/js/common.js @@ -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); }; /**