mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 00:04:12 +01:00
changed module loading and moved it to {vimperator,muttator}.js for
optional modules
This commit is contained in:
@@ -90,7 +90,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
</statusbar>
|
||||
|
||||
<vbox id="liberator-container" hidden="false">
|
||||
<listbox id="liberator-previewwindow" class="plain" rows="10" flex="1" hidden="true"
|
||||
<!--listbox id="liberator-previewwindow" class="plain" rows="10" flex="1" hidden="true"
|
||||
onclick= "liberator.previewwindow.onEvent(event);"
|
||||
ondblclick="liberator.previewwindow.onEvent(event);"
|
||||
onkeydown= "liberator.previewwindow.onEvent(event);">
|
||||
@@ -98,7 +98,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
<listcol flex="1" width="50%"/>
|
||||
<listcol flex="1" width="50%"/>
|
||||
</listcols>
|
||||
</listbox>
|
||||
</listbox-->
|
||||
|
||||
<iframe id="liberator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
|
||||
onclick="liberator.commandline.onMultilineOutputEvent(event)"/>
|
||||
|
||||
Reference in New Issue
Block a user