mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-09 04:03:31 +02:00
Fix preferences.xul. Closes issue #148.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<script type="application/javascript;version=1.8">
|
<script type="application/javascript;version=1.8">
|
||||||
let uri = Components.classes["@mozilla.org/network/io-service;1"]
|
let uri = Components.classes["@mozilla.org/network/io-service;1"]
|
||||||
.getService(Components.interfaces.nsIIOService)
|
.getService(Components.interfaces.nsIIOService)
|
||||||
.newURI("chrome://liberator/locale/options.html", null, null);
|
.newURI("liberator://help/options", null, null);
|
||||||
Application.activeWindow.open(uri).focus(); // TODO: generalise for Muttator et al.
|
Application.activeWindow.open(uri).focus(); // TODO: generalise for Muttator et al.
|
||||||
window.close();
|
window.close();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user