Преглед на файлове

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


Зареждане…
Отказ
Запис