Index: chrome/common/extensions/docs/server2/templates/intros/experimental_commands.html |
=================================================================== |
--- chrome/common/extensions/docs/server2/templates/intros/experimental_commands.html (revision 150606) |
+++ chrome/common/extensions/docs/server2/templates/intros/experimental_commands.html (working copy) |
@@ -1,7 +1,3 @@ |
-<div id="pageData-name" class="pageData">Commands</div> |
- |
-<!-- BEGIN AUTHORED CONTENT --> |
- |
<p> |
The commands API allows you to add keyboard shortcuts that trigger actions in |
your extension. An action can be opening the browser action or page action popup |
@@ -77,5 +73,4 @@ |
generate events that you can handle. If you need to take action based on your |
popup opening, consider listening for an 'onDomReady' event inside your popup's |
code. |
-</p> |
-<!-- END AUTHORED CONTENT --> |
+</p> |