misc: bootstrap4 toast 사용코드 제거

This commit is contained in:
2021-12-11 03:21:47 +09:00
parent d8af8f143a
commit 6a2804ad79
3 changed files with 11 additions and 24 deletions
+9 -2
View File
@@ -15,7 +15,7 @@ import { unwrap } from '@util/unwrap';
import { auto500px } from '@util/auto500px';
import { htmlReady } from '@util/htmlReady';
$(function ($) {
htmlReady(() => {
$('.refreshPage').click(function () {
document.location.reload();
return false;
@@ -36,6 +36,13 @@ $(function ($) {
activateFlip();
initTooltip();
const customCSS = localStorage.getItem('sam_customCSS');
if (customCSS) {
const $style = $('<style type="text/css"></style>');
$style.text(customCSS);
$style.appendTo($('head'));
}
});
(() => {
@@ -47,7 +54,7 @@ $(function ($) {
let nationMsgHeight: number | undefined = undefined;
function init() {
if(finInit){
if (finInit) {
return false;
}
const _nationMsgBox = document.getElementById('nation-msg-box');