mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-05 12:35:45 +01:00
Fix :time :stuff, etc.
This commit is contained in:
@@ -204,9 +204,9 @@ const template = {
|
||||
return str;
|
||||
},
|
||||
|
||||
generic: function generic(xml)
|
||||
commandOutput: function generic(xml)
|
||||
{
|
||||
return <>:{commandline.getCommand()}<br/>{xml}</>;
|
||||
return <>:{commandline.command}<br/>{xml}</>;
|
||||
},
|
||||
|
||||
// every item must have a .xml property which defines how to draw itself
|
||||
|
||||
Reference in New Issue
Block a user