1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 08:04:11 +01:00

initial small changes, so muttator loads at least fully

This commit is contained in:
Martin Stubenschrott
2008-02-05 01:31:06 +00:00
parent 2777a8e09c
commit 286feedfc7
7 changed files with 638 additions and 17 deletions

View File

@@ -380,7 +380,8 @@ vimperator.Events = function () //{{{
var title = vimperator.buffer.title;
//update history
vimperator.history.add(url, title);
if (vimperator.history)
vimperator.history.add(url, title);
vimperator.buffer.updateBufferList();
vimperator.autocommands.trigger("PageLoad", url);