summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-10-26 12:15:58 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-10-26 12:15:58 -0700
commitfbd9e5e79dda55910a82e20dd19382cec0d3b036 (patch)
tree44ce9ecaef1334ea95f48c0675a14a040f5c8dc2 /projecttemplates/WebFormsRelyingParty
parentdeb93a9ce216850dd46b44a86bcbcb91cb29e3ba (diff)
downloadDotNetOpenAuth-fbd9e5e79dda55910a82e20dd19382cec0d3b036.zip
DotNetOpenAuth-fbd9e5e79dda55910a82e20dd19382cec0d3b036.tar.gz
DotNetOpenAuth-fbd9e5e79dda55910a82e20dd19382cec0d3b036.tar.bz2
Fixed display of error message in IE.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty')
-rw-r--r--projecttemplates/WebFormsRelyingParty/LoginFrame.aspx2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx b/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx
index 3e6a9b0..3d722d3 100644
--- a/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx
+++ b/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx
@@ -49,7 +49,7 @@
</rp:OpenIdButtonPanel>
<asp:HiddenField runat="server" ID="topWindowUrl" />
<asp:Panel ID="errorPanel" runat="server" EnableViewState="false" Visible="false" ForeColor="Red">
- Oops. Something went wrong while logging you in. Trying again may work. <a href="javascript:$('#errorMessage').show()">
+ Oops. Something went wrong while logging you in. Trying again may work. <a href="#" onclick="$('#errorMessage').show()">
What went wrong?</a>
<span id="errorMessage" style="display: none">
<asp:Label ID="errorMessageLabel" runat="server" Text="Login canceled." />