Skip to content

Commit

Permalink
Update __start.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Feb 19, 2022
1 parent 2b92e9c commit bf54bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/__start.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ global.comment_drawer = require("./comment_drawer");
board_drawer.fix_infodiv_font();
comment_drawer.fix_font();

require("./__start_handlers");

hub.new_game(19, 19);
tabber.draw_tabs(hub.node);

require("./__start_handlers");
require("./__start_spinners");

if (config_io.error()) {
Expand Down

0 comments on commit bf54bf8

Please sign in to comment.