Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3646)

Unified Diff: chrome/common/extensions/docs/server2/templates/public/samples.html

Issue 10824003: addEventListener stuff. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/server2/static/js/samples.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/templates/public/samples.html
diff --git a/chrome/common/extensions/docs/server2/templates/public/samples.html b/chrome/common/extensions/docs/server2/templates/public/samples.html
index b2b565570c1225be64464362a4b1ba2365f6f73a..4d4f86b414b940d520830a131529ae2fade63c24 100644
--- a/chrome/common/extensions/docs/server2/templates/public/samples.html
+++ b/chrome/common/extensions/docs/server2/templates/public/samples.html
@@ -14,14 +14,16 @@
<table class="controlbox">
<tr>
<td class="label">Filter by keyword:</td>
- <td><input autofocus="" type="search" id="search_input" placeholder="Type to search"></td>
+ <td><input autofocus type="search" id="search_input" placeholder="Type to search"></td>
</tr>
<tr>
<td class="label">Filter by API:</td>
<td>
- {{#api_list.chrome}}
- <span><a class="api_filter_item" href="javascript:void(0)">{{@}}</a> | </span>
- {{/}}
+ <div id="api_filter_items">
+ {{#api_list.chrome}}
+ <span><a href="javascript:void(0)">{{@}}</a> | </span>
+ {{/}}
+ </div>
</td>
</tr>
</table>
« no previous file with comments | « chrome/common/extensions/docs/server2/static/js/samples.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698