danoniplus 26.6.0 → 26.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/danoni_main.js +4 -4
- package/package.json +1 -1
package/js/danoni_main.js
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Source by tickle
|
|
6
6
|
* Created : 2018/10/08
|
|
7
|
-
* Revised : 2022/03/
|
|
7
|
+
* Revised : 2022/03/06
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 26.6.
|
|
12
|
-
const g_revisedDate = `2022/03/
|
|
11
|
+
const g_version = `Ver 26.6.1`;
|
|
12
|
+
const g_revisedDate = `2022/03/06`;
|
|
13
13
|
const g_alphaVersion = ``;
|
|
14
14
|
|
|
15
15
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
@@ -9571,7 +9571,7 @@ const judgeMatari = _difFrame => {
|
|
|
9571
9571
|
changeJudgeCharacter(`matari`, g_lblNameObj.j_matari);
|
|
9572
9572
|
comboJ.textContent = ``;
|
|
9573
9573
|
|
|
9574
|
-
displayDiff(
|
|
9574
|
+
displayDiff(_difFrame, g_headerObj.justFrames);
|
|
9575
9575
|
finishViewing();
|
|
9576
9576
|
|
|
9577
9577
|
g_customJsObj.judg_matari.forEach(func => func(_difFrame));
|