Browse Source

Merge 7904bd233c into bae3966413

pull/399/merge
Ben305 7 years ago
committed by GitHub
parent
commit
e3cc444b91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/standalone/standalone.js

+ 1
- 1
src/standalone/standalone.js View File

@@ -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) {


Loading…
Cancel
Save