Skip to content

Commit

Permalink
Shib login page: remove "Help" link #2951
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 23, 2016
1 parent 040a4d4 commit 2c0cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/resources/js/shib/idpselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ function IdPSelectUI() {
aval.href = helpURL;
aval.appendChild(document.createTextNode(getLocalizedMessage('helpText')));
setClass(aval, 'HelpButton');
containerDiv.appendChild(aval);
// containerDiv.appendChild(aval);
} ;

/**
Expand Down

0 comments on commit 2c0cdec

Please sign in to comment.