danoniplus 40.4.0 → 40.4.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 CHANGED
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 40.4.0`;
11
+ const g_version = `Ver 40.4.1`;
12
12
  const g_revisedDate = `2025/03/12`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -3131,7 +3131,7 @@ const preheaderConvert = _dosObj => {
3131
3131
  });
3132
3132
 
3133
3133
  const convLocalPath = (_file, _type) =>
3134
- g_remoteFlg && !_file.includes(`(..)`) ? `(..)../${_type}/${_file}` : _file;
3134
+ g_remoteFlg && hasVal(_file) && !_file.includes(`(..)`) ? `(..)../${_type}/${_file}` : _file;
3135
3135
 
3136
3136
  // 外部スキンファイルの指定
3137
3137
  const tmpSkinType = _dosObj.skinType ?? g_presetObj.skinType ?? `default`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "40.4.0",
3
+ "version": "40.4.1",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {