mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 19:02:27 +01:00
fixed :history
This commit is contained in:
@@ -452,7 +452,7 @@ liberator.Events = function () //{{{
|
||||
var url = doc.defaultView.location.href;
|
||||
var title = doc.defaultView.title;
|
||||
|
||||
//update history
|
||||
// update history
|
||||
if (url && liberator.history)
|
||||
liberator.history.add(url, title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user