Commit b9e85884 by Bridger Maxwell

Accidentally putting name change results into survey div.

parent 9a2c9c8a
...@@ -112,7 +112,7 @@ $(function() { ...@@ -112,7 +112,7 @@ $(function() {
"rationale":rationale}, "rationale":rationale},
function(data){ function(data){
if(data.success){ if(data.success){
$("#survey").html("<h1>Your request has been submitted.</h1><p>We'll send you an e-mail when approve the change or need further information. Please allow for up to a week for us to process your request.</p>"); $("#apply_name_change").html("<h1>Your request has been submitted.</h1><p>We'll send you an e-mail when approve the change or need further information. Please allow for up to a week for us to process your request.</p>");
} else { } else {
$("#change_name_error").html(data.error); $("#change_name_error").html(data.error);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment