зеркало из https://github.com/mozilla/pjs.git
Backing out these changes, they were subsumed by bug 387084 and weren't really right anyway. bug 387053
This commit is contained in:
Родитель
64787603dd
Коммит
9e49cd5542
|
@ -27,8 +27,7 @@
|
|||
|
||||
<commandset id="mainCommandSet">
|
||||
<command id="Tasks:Inspector" oncommand="inspectDOMDocument();"/>
|
||||
<command id="Tasks:InspectPage"
|
||||
oncommand="inspectDOMDocument(content.document.wrappedJSObject);"/>
|
||||
<command id="Tasks:InspectPage" oncommand="inspectDOMDocument(content.document);"/>
|
||||
</commandset>
|
||||
|
||||
<keyset id="mainKeyset">
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
|
||||
<commandset id="calendar_commands">
|
||||
<command id="Tasks:Inspector" oncommand="inspectDOMDocument();"/>
|
||||
<command id="Tasks:InspectPage"
|
||||
oncommand="inspectDOMDocument(window.document.wrappedJSObject);"/>
|
||||
<command id="Tasks:InspectPage" oncommand="inspectDOMDocument(window.document);"/>
|
||||
</commandset>
|
||||
|
||||
<keyset id="tasksKeys">
|
||||
|
|
|
@ -29,8 +29,7 @@
|
|||
|
||||
<commandset id="tasksCommands">
|
||||
<command id="Tasks:Inspector" oncommand="inspectDOMDocument();"/>
|
||||
<command id="Tasks:InspectPage"
|
||||
oncommand="inspectDOMDocument(_content.document.wrappedJSObject);"/>
|
||||
<command id="Tasks:InspectPage" oncommand="inspectDOMDocument(_content.document);"/>
|
||||
</commandset>
|
||||
|
||||
<keyset id="tasksKeys">
|
||||
|
|
Загрузка…
Ссылка в новой задаче