1
0
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:
Martin Stubenschrott
2008-08-16 10:16:53 +00:00
parent 2352723733
commit 39ad2d9c0c
3 changed files with 7 additions and 10 deletions

View File

@@ -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);