v2.6.6
This commit is contained in:
parent
1b4f947550
commit
2893e1c3fb
@ -293,6 +293,7 @@ editor_table_wrapper = function (editor) {
|
|||||||
var thiseval = null;
|
var thiseval = null;
|
||||||
if (input.checked != null) input.value = input.checked;
|
if (input.checked != null) input.value = input.checked;
|
||||||
try {
|
try {
|
||||||
|
if (input.value == '') input.value = 'null';
|
||||||
thiseval = JSON.parse(input.value);
|
thiseval = JSON.parse(input.value);
|
||||||
} catch (ee) {
|
} catch (ee) {
|
||||||
printe(field + ' : ' + ee);
|
printe(field + ' : ' + ee);
|
||||||
|
|||||||
@ -63,8 +63,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
|||||||
"武器",
|
"武器",
|
||||||
"盾牌"
|
"盾牌"
|
||||||
],
|
],
|
||||||
"startBgm": "bgm.mp3",
|
"startBgm": null,
|
||||||
"statusLeftBackground": "url(project/images/ground.png) repeat",
|
"statusLeftBackground": null,
|
||||||
"statusTopBackground": "url(project/images/ground.png) repeat",
|
"statusTopBackground": "url(project/images/ground.png) repeat",
|
||||||
"toolsBackground": "url(project/images/ground.png) repeat",
|
"toolsBackground": "url(project/images/ground.png) repeat",
|
||||||
"borderColor": "#CCCCCC",
|
"borderColor": "#CCCCCC",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user