mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 06:14:11 +01:00
Add some rudimentary extension related commands.
Adds :extadd, :extdelete, :extdisable, :extenable, :extensions.
This commit is contained in:
@@ -49,10 +49,7 @@ function Addressbook() //{{{
|
||||
return "";
|
||||
}
|
||||
|
||||
function getDirectoryFromURI(uri)
|
||||
{
|
||||
return rdf.GetResource(uri).QueryInterface(Ci.nsIAbDirectory);
|
||||
}
|
||||
function getDirectoryFromURI(uri) services.get("rdf").GetResource(uri).QueryInterface(Ci.nsIAbDirectory)
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// OPTIONS /////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user