1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 21:55:56 +00:00

startup speed improvements

This commit is contained in:
Andrew Dolgov
2010-11-20 01:31:20 +03:00
parent ed7f0ecd37
commit cd1bb36d5b
3 changed files with 4 additions and 3 deletions

View File

@@ -329,8 +329,6 @@ function init_second_stage() {
if (has_local_storage())
localStorage.clear();
setTimeout("timeout()", 3000);
console.log("second stage ok");
} catch (e) {