mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:42:27 +01:00
added section support for :help
This commit is contained in:
@@ -118,6 +118,8 @@ nsBrowserStatusHandler.prototype =
|
||||
else if (aFlag & nsIWebProgressListener.STATE_STOP)
|
||||
{
|
||||
updateStatusbar();
|
||||
// also reset the buffer list, since the url titles are valid here
|
||||
buffer_preview_update();
|
||||
}
|
||||
return 0;
|
||||
},
|
||||
@@ -261,9 +263,6 @@ function init()
|
||||
g_history.unshift([url, title]);
|
||||
}
|
||||
|
||||
// also reset the buffer list, since the url titles are valid here
|
||||
if (g_bufshow)
|
||||
bufshow("", false);
|
||||
}
|
||||
, null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user