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