fix: 내정보/설정에 툴팁이 해제되어있음

This commit is contained in:
2021-12-16 03:23:36 +09:00
parent d736e2d947
commit 96515fd16c
+5
View File
@@ -8,6 +8,8 @@ import { setAxiosXMLHttpRequest } from '@util/setAxiosXMLHttpRequest';
import { unwrap } from '@util/unwrap';
import { unwrap_any } from '@util/unwrap_any';
import { auto500px } from './util/auto500px';
import { initTooltip } from "./legacy/initTooltip";
import { insertCustomCSS } from "./util/customCSS";
type LogResponse = {
@@ -213,6 +215,9 @@ $(function ($) {
location.reload();
});
initTooltip();
insertCustomCSS();
});
auto500px();