Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
UI SSL check bypass warning was not correctly rendered.
Browse files Browse the repository at this point in the history
  • Loading branch information
parautenbach committed Oct 12, 2014
1 parent 489f627 commit 4cbe77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/buildServerResources/adminSettings.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ limitations under the License.

<script type="text/javascript">
jQuery(document).ready(function() {
if (jQuery(${bypassSslCheck})) {
if (${bypassSslCheck}) {
jQuery('#bypassSslCheckText').css('color', '#C00'); jQuery('#bypassSslCheckWarning').show();
}
});
Expand Down

0 comments on commit 4cbe77f

Please sign in to comment.