Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 394910 - Server status "[more info...]" is not a real link
  • Loading branch information
edwardg8 committed Sep 20, 2013
1 parent 5151c5a commit b37585b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Expand Up @@ -37,7 +37,7 @@
<div class="orion-landing-area" role="main">
<aside id="orionInfoArea" class="orion-info" style="visibility: hidden;" tabindex="0" role="complementary" aria-atomic="true" aria-live="assertive">
<div id="orionInfoMessage" class="orion-info-message">&nbsp;</div>
<div id="orionInfoLink" class="orion-info-link"> [more info...]</div>
<div id="orionInfoLink" class="orion-info-link"><a href="/mixloginstatic/ServerStatus.html"> [more info...]</a></div>
</aside>
<div id="errorWin" class="orion-error" style="visibility: hidden;" aria-atomic="true" aria-live="assertive">
<div id="errorMessage">&nbsp;</div>
Expand Down
Expand Up @@ -337,10 +337,6 @@ define(['domReady', 'orion/xhr', 'orion/PageUtil', 'orion/webui/littlelib', 'per
document.getElementById('newUserHeaderShown').style.display = '';
document.getElementById('orionReset').style.visibility = 'hidden';
}

function openServerInformation() {
window.open("/mixloginstatic/ServerStatus.html");
}

function revealLogin( event ){
if( handleSelectionEvent( event ) ){
Expand Down Expand Up @@ -464,10 +460,6 @@ define(['domReady', 'orion/xhr', 'orion/PageUtil', 'orion/webui/littlelib', 'per
}
});

document.getElementById("orionInfoArea").addEventListener("click", openServerInformation);

document.getElementById("orionInfoArea").onclick = openServerInformation;

document.getElementById("resetUserLink").addEventListener("click", revealResetUser);

document.getElementById("reset").addEventListener("keypress", function(event) {
Expand Down

0 comments on commit b37585b

Please sign in to comment.