1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 22:07:58 +01:00

Improve the help formatting with generous and ugly use of struts. Unfortunately, the HTML box model doesn't lend itself to automatic Vim-ish formatting.

--HG--
branch : xslt
This commit is contained in:
Kris Maglione
2009-10-28 04:37:53 -04:00
parent 21704fe309
commit 412f3101c1
5 changed files with 39 additions and 91 deletions

View File

@@ -1186,7 +1186,8 @@ function Tabs() //{{{
if (!tab)
tab = getBrowser().mTabContainer.selectedItem;
getBrowser().replaceTabWithWindow(tab);
services.get("windowWatcher")
.openWindow(window, window.getBrowserURL(), null, "chrome,dialog=no,all", tab);
},
/**