misc: auto500px, insertCustomCSS 누락된 페이지 정정
This commit is contained in:
@@ -12,6 +12,8 @@ import { type Args, testSubmitArgs } from './processing/args';
|
||||
import { SammoAPI } from './SammoAPI';
|
||||
import { StoredActionsHelper } from './util/StoredActionsHelper';
|
||||
import type { ReserveCommandResponse } from './defs/API/Command';
|
||||
import { htmlReady } from './util/htmlReady';
|
||||
import { insertCustomCSS } from './util/customCSS';
|
||||
|
||||
declare const staticValues: {
|
||||
serverNick: string,
|
||||
@@ -108,4 +110,8 @@ else {
|
||||
}
|
||||
|
||||
|
||||
auto500px();
|
||||
auto500px();
|
||||
|
||||
htmlReady(() => {
|
||||
insertCustomCSS();
|
||||
});
|
||||
Reference in New Issue
Block a user