Commit bb657baf by Motohisa Nakano

SmartCatalog版ではマーキングはサービスオプションを参照せず無条件に利用可能とする

parent 54c3b7f2
...@@ -1040,7 +1040,8 @@ var ClientData = { ...@@ -1040,7 +1040,8 @@ var ClientData = {
if (arguments.length > 0) { if (arguments.length > 0) {
SessionStorageUtils.set(Keys.serviceOpt_marking, data); SessionStorageUtils.set(Keys.serviceOpt_marking, data);
} else { } else {
return SessionStorageUtils.get(Keys.serviceOpt_marking); // return SessionStorageUtils.get(Keys.serviceOpt_marking);
return 'Y';
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment