feat(in-progress): 턴 조작기를 vue로 분리

This commit is contained in:
2021-11-27 15:40:31 +09:00
parent c493640dae
commit c7219eeb33
7 changed files with 354 additions and 62 deletions
+7 -5
View File
@@ -15,6 +15,9 @@ import { exportWindow } from './util/exportWindow';
import {stringifyUrl} from 'query-string';
import { joinYearMonth } from './util/joinYearMonth';
import { parseYearMonth } from './util/parseYearMonth';
exportWindow($, '$');
import '../scss/main.scss';
@@ -40,9 +43,8 @@ type ReservedTurnResponse = {
autorun_limit: number|null,
}
$(function ($) {
setAxiosXMLHttpRequest();
$(function ($) {
$('#refreshPage').click(function () {
document.location.reload();
return false;
@@ -218,8 +220,8 @@ $(function ($) {
window.open(href);
});
setInterval(myclock, 500);
reloadCommandList();
//setInterval(myclock, 500);
//reloadCommandList();
activateFlip();
initTooltip();
});
});