There was an error while loading. Please reload this page.
1 parent 706e078 commit 2d7b012Copy full SHA for 2d7b012
1 file changed
apps/gridlaunch/app.js
@@ -49,7 +49,6 @@ E.showScroller({
49
if (!app.src || s.read(app.src)===undefined) {
50
E.showScroller();
51
E.showMessage(/*LANG*/"App Source\nNot found");
52
- setTimeout(drawMenu, 2000);
53
} else {
54
require("launch_utils").loadApp(app);
55
}
0 commit comments