From a3534314c2ea23c452ebad5b45f92c44b9b1d7da Mon Sep 17 00:00:00 2001 From: tickle Date: Wed, 15 May 2019 23:17:34 +0900 Subject: [PATCH] =?UTF-8?q?[ti-6.3]=20=E3=83=AD=E3=83=BC=E3=83=87=E3=82=A3?= =?UTF-8?q?=E3=83=B3=E3=82=B0=E3=83=90=E3=83=BC(=E3=82=AB=E3=82=B9?= =?UTF-8?q?=E3=82=BF=E3=83=A0)=E3=81=AE=E3=83=87=E3=82=B6=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/danoni_custom.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/js/danoni_custom.js b/js/danoni_custom.js index e5f4f24..badd2b4 100644 --- a/js/danoni_custom.js +++ b/js/danoni_custom.js @@ -39,14 +39,6 @@ function customLoadingProgress(_event) { lblLoadingTitle.style.textAlign = C_ALIGN_LEFT; divRoot.appendChild(lblLoadingTitle); } - - if (_event.lengthComputable) { - const rate = _event.loaded / _event.total; - const layer0 = document.querySelector(`#layer0`); - const l0ctx = layer0.getContext(`2d`); - l0ctx.fillStyle = C_CLR_LOADING_BAR; - l0ctx.fillRect(layer0.width * (1 - rate), 0, layer0.width * rate, 10); - } } /** @@ -55,7 +47,7 @@ function customLoadingProgress(_event) { function customTitleInit() { // バージョン表記 - g_localVersion = `ti-6.2`; + g_localVersion = `ti-6.3`; // 製作者のデフォルトアドレス if (g_headerObj.creatorUrl === location.href) {