1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 13:02:27 +01:00

cleaned up html code for :help to make it more xhtml compatible

:help now opens in the current tab even when current tab is a xhtml document
This commit is contained in:
Martin Stubenschrott
2007-05-09 00:31:25 +00:00
parent fd39e7fb7a
commit f873389e5f
5 changed files with 135 additions and 116 deletions

View File

@@ -242,9 +242,9 @@ function init()
if (get_pref("firsttime", true))
{
setTimeout(function() {
var tab = openURLsInNewTab("about:blank", true);
BrowserStop();
help();
//var tab = openURLsInNewTab("about:blank", true);
//BrowserStop();
help(null, null, null, {inTab: true});
set_pref("firsttime", false);
}, 1000);
}