Ver a proveniência

Use configuration-specified base path with standalone viewer if it exists (fixes #188).

pull/234/head
Matthew Petroff há 8 anos
ascendente
cometimento
63e032288a
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      src/standalone/standalone.js

+ 2
- 1
src/standalone/standalone.js Ver ficheiro

@@ -62,7 +62,8 @@ function parseURLParameters() {
var responseMap = JSON.parse(request.responseText);

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

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


Carregando…
Cancelar
Guardar