summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty
diff options
context:
space:
mode:
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." />