diff --git a/script.js b/script.js index eb9da3f5..3b1b10d1 100644 --- a/script.js +++ b/script.js @@ -251,7 +251,7 @@ function creatNewUrl(arg){ let outObj = formation.outObj(); history.pushState(null, null, '?' + (language_i18n?'l=' + language_i18n + '&':'') - + (datasource?'s=' + datasource + '&':'') + + (datasource&&datasource!="ja"?'s=' + datasource + '&':'') + 'd=' + encodeURIComponent(JSON.stringify(outObj))); } }