misc: auto500px, insertCustomCSS 누락된 페이지 정정

This commit is contained in:
2022-04-26 00:33:54 +09:00
parent 8961abea7f
commit 794eaced98
13 changed files with 59 additions and 8 deletions
-3
View File
@@ -6,7 +6,6 @@ import { initTooltip } from './initTooltip';
import { exportWindow } from '@/util/exportWindow';
import { reloadWorldMap } from '@/map';
import { refreshMsg } from '@/msg';
import { insertCustomCSS } from '@/util/customCSS';
exportWindow(jQuery, '$');
@@ -50,8 +49,6 @@ htmlReady(() => {
setInterval(function() {
void refreshMsg();
}, 5000);
insertCustomCSS();
});
(() => {