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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user