From 2c0cdec1cd6c07c65c384f613d7758572be566e3 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 23 Feb 2016 15:34:10 -0500 Subject: [PATCH] Shib login page: remove "Help" link #2951 --- src/main/webapp/resources/js/shib/idpselect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/resources/js/shib/idpselect.js b/src/main/webapp/resources/js/shib/idpselect.js index b1ff42539cb..cf0afea643f 100644 --- a/src/main/webapp/resources/js/shib/idpselect.js +++ b/src/main/webapp/resources/js/shib/idpselect.js @@ -1774,7 +1774,7 @@ function IdPSelectUI() { aval.href = helpURL; aval.appendChild(document.createTextNode(getLocalizedMessage('helpText'))); setClass(aval, 'HelpButton'); - containerDiv.appendChild(aval); +// containerDiv.appendChild(aval); } ; /**