浏览代码

Merge 7904bd233c into bae3966413

pull/399/merge
Ben305 7 年前
committed by GitHub
父节点
当前提交
e3cc444b91
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/standalone/standalone.js

+ 1
- 1
src/standalone/standalone.js 查看文件

@@ -66,7 +66,7 @@ function parseURLParameters() {

// Set JSON file location
if (responseMap.basePath === undefined)
responseMap.basePath = configFromURL.config.substring(0, configFromURL.config.lastIndexOf('/')+1);
responseMap.basePath = configFromURL.config.substring(0, configFromURL.config.lastIndexOf('/'));

// Merge options
for (var key in responseMap) {


正在加载...
取消
保存