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

Unified Diff: chrome/browser/resources/bookmark_manager/js/main.js

Issue 502613003: downloads/bookmarks: combine header CSS between downloads and bookmarks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: <3 removing code Created 6 years, 4 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
Index: chrome/browser/resources/bookmark_manager/js/main.js
diff --git a/chrome/browser/resources/bookmark_manager/js/main.js b/chrome/browser/resources/bookmark_manager/js/main.js
index 6716b9e750c29920377a9259d8b303b3c300a0cd..079bc8ebe4a2f9fe5ed7653e0808e0d4182665f8 100644
--- a/chrome/browser/resources/bookmark_manager/js/main.js
+++ b/chrome/browser/resources/bookmark_manager/js/main.js
@@ -1328,7 +1328,7 @@ function continueInitializeBookmarkManager(localizedStrings) {
$('term').addEventListener('search', handleSearch);
- document.querySelector('.summary > button').addEventListener(
+ document.querySelector('.summary button').addEventListener(
'click', handleOrganizeButtonClick);
document.addEventListener('canExecute', handleCanExecuteForDocument);
« no previous file with comments | « chrome/browser/resources/bookmark_manager/css/bmm.css ('k') | chrome/browser/resources/bookmark_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698