Browse Source

默认日服数据不需要url

tags/v2.5
枫谷剑仙 6 years ago
parent
commit
bfca5a0ca2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script.js

+ 1
- 1
script.js View File

@@ -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)));
}
}


Loading…
Cancel
Save