Skip to content
Snippets Groups Projects
Commit 183754cc authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge pull request #165 from mozilla/verification_link_closes

Redirect to management page instead of closing window.
parents 4ec92aaf 651bc5cb
Loading
......@@ -23,9 +23,6 @@ function success() {
$("div.status").text("Address confirmed!");
setTimeout(function() {
$("body").fadeOut(1500, function() {
// ideally we'll just be able to close this window. shucks. works on the iphone.
try { window.close(); } catch(e) {}
// if the close didn't work, then let's redirect the the management page where they'll
// get to see the ids that they've created.
document.location = '/manage';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment