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