mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:47:58 +01:00
* fixed some muttator warnings
* temp. moved "gm" to "g." since "gm" is taken in muttator already
This commit is contained in:
@@ -497,7 +497,7 @@ function Events() //{{{
|
||||
let title = doc.title;
|
||||
|
||||
// update history
|
||||
if (url && history)
|
||||
if (url && liberator.has("history"))
|
||||
history.add(url, title);
|
||||
|
||||
// mark the buffer as loaded, we can't use buffer.loaded
|
||||
|
||||
Reference in New Issue
Block a user