Skip to content
Snippets Groups Projects
Commit bb4b93ff authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

Merge pull request #1860 from mozilla/no_clear_returnTo

No longer clear the stored returnTo on window.unload.
parents 129f4f09 1aa424c6
No related branches found
No related tags found
No related merge requests found
......@@ -62,13 +62,6 @@ BrowserID.State = (function() {
});
handleState("window_unload", function() {
if (!self.success) {
storage.setReturnTo("");
// do not call doCancel here, let winchan's cancel
// handling do the work. This gives us consistent semantics
// across browsers on the RP side of the WinChan.
}
// Round up final KPI stats as the user is leaving the dialog. This
// ensures the final state is sent to the KPI stats. Any new logins are
// counted, any new sites are counted, any new emails are included, etc.
......
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