danoniplus 28.6.0 → 28.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 CHANGED
@@ -4,12 +4,12 @@
4
4
  *
5
5
  * Source by tickle
6
6
  * Created : 2018/10/08
7
- * Revised : 2022/10/31
7
+ * Revised : 2022/11/04
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 28.6.0`;
12
- const g_revisedDate = `2022/10/31`;
11
+ const g_version = `Ver 28.6.1`;
12
+ const g_revisedDate = `2022/11/04`;
13
13
  const g_alphaVersion = ``;
14
14
 
15
15
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -3774,7 +3774,7 @@ const titleInit = _ => {
3774
3774
  */
3775
3775
  const createCreditBtn = (_id, _text, _url) =>
3776
3776
  createCss2Button(_id, _text, _ => true,
3777
- Object.assign(g_lblPosObj[_id], { siz: getLinkSiz(_text), resetFunc: _ => openLink(_url) }), g_cssObj.button_Default);
3777
+ Object.assign(g_lblPosObj[_id], { siz: getLinkSiz(_text), whiteSpace: `normal`, resetFunc: _ => openLink(_url) }), g_cssObj.button_Default);
3778
3778
 
3779
3779
  // ボタン描画
3780
3780
  multiAppend(divRoot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "28.6.0",
3
+ "version": "28.6.1",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {