* also set promptLeave to false when BACKGROUND_MOVE indicated VRFS-846

This commit is contained in:
Seth Call 2014-02-23 05:15:26 +00:00
parent df36417551
commit 23af96adbe
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@
}
else if (type === 27) { // WINDOW_CLOSE_BACKGROUND_MODE
// the window was closed; just attempt to nav to home, which will cause all the right REST calls to happen
promptLeave = false;
context.location = '/client#/home'
}
else {