Fixed test setup in htm
This commit is contained in:
@ -612,7 +612,7 @@ function checkHeader(input) {
|
||||
setButtonDisabled( true );
|
||||
|
||||
var url = "/api/config";
|
||||
var url = "/test/config.json";
|
||||
//var url = "/test/config.json";
|
||||
$('#spinner').show();
|
||||
$.getJSON(url, function (cfg) {
|
||||
console.log( cfg );
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user