Commit c5cf8c5d by NGUYEN HOANG SON

set default lang ja

parent a4ff6c0d
......@@ -3288,7 +3288,10 @@ CHK.openCategory = function() {
$(document).ready(function () {
var urlParam = CHK.getUrlParameter();
CHK.lang = 'ja';
if (typeof urlParam !== 'undefined' && typeof urlParam.lang !== 'undefined') {
CHK.lang = urlParam.lang;
}
console.log("CHK.lang:" + CHK.lang);
$(".multi-lang").each(function () {
......
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