Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Feb 13, 2021
1 parent 710476b commit 8e96a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var starter = function (srcs, cfg) {

startBaseCfgBrowserPonies();
BrowserPonies.start();
if (BrowserPoniesConfig.bookmarkloader) { BrowserPoniesConfig.bookmarkloader = false; setTimeout(function () { BrowserPoniesStarter(srcs, cfg); }, 500 }
if (BrowserPoniesConfig.bookmarkloader) { BrowserPoniesConfig.bookmarkloader = false; setTimeout(function () { BrowserPoniesStarter(srcs, cfg); }, 500); }

}
} catch (err) {
Expand Down

0 comments on commit 8e96a68

Please sign in to comment.