Ben305 7 lat temu
committed by GitHub
rodzic
commit
e3cc444b91
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/standalone/standalone.js

+ 1
- 1
src/standalone/standalone.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz