misc: auto500px, insertCustomCSS 누락된 페이지 정정
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
(() => {
|
||||
|
||||
Reference in New Issue
Block a user