Skip to content

Commit

Permalink
Private tabs aren't be saved in Firefox 29+, so ignore related errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Apr 20, 2014
1 parent 1c62dbe commit 84cc009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,9 @@ var windowsObserver = {
+ "\nTry don't save it in undo close history"
);
var silentFail = false;
if(e.detail) {
if(this.platformVersion >= 29) // See https://bugzilla.mozilla.org/show_bug.cgi?id=899276
silentFail = true;
else if(e.detail) {
_log("Tab moved to another window");
silentFail = true;
}
Expand Down

0 comments on commit 84cc009

Please sign in to comment.