From 96515fd16cf5366b036bb8551901cf65031587e3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 16 Dec 2021 03:23:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=82=B4=EC=A0=95=EB=B3=B4/=EC=84=A4?= =?UTF-8?q?=EC=A0=95=EC=97=90=20=ED=88=B4=ED=8C=81=EC=9D=B4=20=ED=95=B4?= =?UTF-8?q?=EC=A0=9C=EB=90=98=EC=96=B4=EC=9E=88=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/myPage.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hwe/ts/myPage.ts b/hwe/ts/myPage.ts index 92b5e1c7..fa0ea15e 100644 --- a/hwe/ts/myPage.ts +++ b/hwe/ts/myPage.ts @@ -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(); \ No newline at end of file