Преглед изворни кода

Set basePath correctly when the config location is specified as url parameter and config does not contain a basePath

pull/399/head
Benedikt Huß пре 7 година
родитељ
комит
7904bd233c
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) {


Loading…
Откажи
Сачувај