From cd40c1a25830b34a6b902e0301512161c21b7f05 Mon Sep 17 00:00:00 2001 From: Joshua Carroll Date: Tue, 22 Jan 2019 21:21:06 -0600 Subject: [PATCH] Added double-post prevention --- LoginRequest.aspx | 2 +- LoginReset.aspx | 2 +- LoginReset.aspx.cs | 2 -- MasterPage.master | 8 ++++++++ request/Default.aspx | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/LoginRequest.aspx b/LoginRequest.aspx index 442413d..9f1b23f 100644 --- a/LoginRequest.aspx +++ b/LoginRequest.aspx @@ -31,7 +31,7 @@
- + diff --git a/LoginReset.aspx b/LoginReset.aspx index 582f7c2..81dabb7 100644 --- a/LoginReset.aspx +++ b/LoginReset.aspx @@ -14,7 +14,7 @@ * *
- + diff --git a/LoginReset.aspx.cs b/LoginReset.aspx.cs index 4ce2b45..06e6a0b 100644 --- a/LoginReset.aspx.cs +++ b/LoginReset.aspx.cs @@ -61,8 +61,6 @@ protected void btnSubmit_Click(object sender, EventArgs e) pnlAfter.Visible = true; lblDirections.Text = "An error occurred while processing your reset request. We have logged this error. In the meantime you are welcome to browse to the home page, then back here to try again."; } - btnSubmit.Enabled = false; - txtCallsign.Enabled = false; } } } \ No newline at end of file diff --git a/MasterPage.master b/MasterPage.master index 0397627..ac39739 100644 --- a/MasterPage.master +++ b/MasterPage.master @@ -53,5 +53,13 @@ + diff --git a/request/Default.aspx b/request/Default.aspx index 7a33bf5..58fdc95 100644 --- a/request/Default.aspx +++ b/request/Default.aspx @@ -72,7 +72,7 @@
Please keep in mind that the frequencies listed are those that our database show to be available - there may be someone using a frequency that is not coordinated. Please monitor the desired frequency before submitting your request.

-
+