mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 19:15:46 +01:00
Fix purge-session-history observer timespan. Closes issue #70.
This commit is contained in:
@@ -126,7 +126,7 @@ const Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakR
|
|||||||
"browser:purge-session-history": function (subject, data) {
|
"browser:purge-session-history": function (subject, data) {
|
||||||
// See above.
|
// See above.
|
||||||
if (!this.sanitizing)
|
if (!this.sanitizing)
|
||||||
this.sanitizeItems(null, Range(this.sessionStart/1000), null);
|
this.sanitizeItems(null, Range(this.sessionStart), null);
|
||||||
},
|
},
|
||||||
"private-browsing": function (subject, data) {
|
"private-browsing": function (subject, data) {
|
||||||
if (data == "enter")
|
if (data == "enter")
|
||||||
|
|||||||
Reference in New Issue
Block a user