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

Redirect to management page instead of closing window.

close #162
parent 4ec92aaf
No related branches found
No related tags found
No related merge requests found
......@@ -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