Mixed Content: The page at
This commit is contained in:
parent
a0d0f33c83
commit
66f9347223
@ -492,7 +492,7 @@ function recipeParametersButtonRunInfo() {
|
|||||||
var gridCreated = $("#ModalBodyGrid").data("igGrid");
|
var gridCreated = $("#ModalBodyGrid").data("igGrid");
|
||||||
if (gridCreated)
|
if (gridCreated)
|
||||||
$("#ModalBodyGrid").igGrid("destroy");
|
$("#ModalBodyGrid").igGrid("destroy");
|
||||||
$.getJSON('http://messa020ec.ec.local/api/oiWizard/materials/rds/' + jsonObject.RDS, function (data) {
|
$.getJSON('https://messa020ec.ec.local/api/oiWizard/materials/rds/' + jsonObject.RDS, function (data) {
|
||||||
$("#RecipeParametersButton").prop("disabled", false);
|
$("#RecipeParametersButton").prop("disabled", false);
|
||||||
var text = "";
|
var text = "";
|
||||||
for (var i = 0; i < data.rds.rdsLayers.length; i++) {
|
for (var i = 0; i < data.rds.rdsLayers.length; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user