From 66f9347223572d25f055c77b7fa439092d1e9721 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 6 Mar 2023 13:13:08 -0700 Subject: [PATCH] Mixed Content: The page at --- Server/wwwroot/js/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/wwwroot/js/site.js b/Server/wwwroot/js/site.js index 7dfa0fe..bb3f7ea 100644 --- a/Server/wwwroot/js/site.js +++ b/Server/wwwroot/js/site.js @@ -492,7 +492,7 @@ function recipeParametersButtonRunInfo() { var gridCreated = $("#ModalBodyGrid").data("igGrid"); if (gridCreated) $("#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); var text = ""; for (var i = 0; i < data.rds.rdsLayers.length; i++) {