From 1a002c42184d8a821521915e96225d2c9217905a Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sun, 11 Sep 2016 22:07:56 +0300 Subject: [PATCH] show the proper error when registry is https but server is http --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 5c7cb84f..a1f4ce49 100644 --- a/web/index.html +++ b/web/index.html @@ -1313,7 +1313,7 @@ function gotoServerValidateUrl(id, guid, url) { } } else { - document.getElementById(guid + '-' + id + '-status').innerHTML = "failed!"; + document.getElementById(guid + '-' + id + '-status').innerHTML = error; gotoServerValidateRemaining--; if(gotoServerValidateRemaining <= 0) { gotoServerMiddleClick = false; -- 2.39.2