Commit 178f9281 by Masaru Abe

表示速度効率化対応

parent a86c7323
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -518,6 +518,9 @@ LOGIN.saveServiceUserOption = function(){ ...@@ -518,6 +518,9 @@ LOGIN.saveServiceUserOption = function(){
else if( option.serviceOptionId == 126) { else if( option.serviceOptionId == 126) {
ClientData.serviceOpt_encryption(option.value); ClientData.serviceOpt_encryption(option.value);
} }
else if( option.serviceOptionId == 137) {
ClientData.serviceOpt_html_custom_log(option.value);
}
}); });
}; };
......
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