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

Unified Diff: chrome/browser/resources/file_manager/js/photo/gallery.js

Issue 11824060: Fix Mosaic view button in the Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/photo/gallery.js
diff --git a/chrome/browser/resources/file_manager/js/photo/gallery.js b/chrome/browser/resources/file_manager/js/photo/gallery.js
index 613cca24e6df6f4e2e3b742285cecbeb0884bd81..867ebdeb2fe6dbda1515c1e96b1a56e8df0d3482 100644
--- a/chrome/browser/resources/file_manager/js/photo/gallery.js
+++ b/chrome/browser/resources/file_manager/js/photo/gallery.js
@@ -244,7 +244,7 @@ Gallery.prototype.initDom_ = function() {
var onThumbnailError = this.context_.onThumbnailError || function() {};
if (this.context_.allowMosaic) {
- this.modeButton_ = util.createChild(this.toolbar_, 'button mode');
+ this.modeButton_ = util.createChild(this.toolbar_, 'button mode', 'button');
this.modeButton_.addEventListener('click',
this.toggleMode_.bind(this, null));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698