1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 06:22:26 +01:00

Fix some zi/zo issues.

This commit is contained in:
Kris Maglione
2009-03-30 01:16:39 -04:00
parent a8f41faf4e
commit 7e068d4f9e
7 changed files with 40 additions and 71 deletions

View File

@@ -110,8 +110,6 @@ const config = { //{{{
function () { buffer.viewSelectionSource(); }]
],
hasTabbrowser: true,
// they are sorted by relevance, not alphabetically
helpFiles: [
"intro.html", "tutorial.html", "starting.html", "browsing.html",
@@ -122,10 +120,6 @@ const config = { //{{{
"various.html", "index.html", "version.html"
],
optionDefaults: {
stal: 0,
},
scripts: [
"bookmarks.js",
"tabs.js",