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

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

Issue 9583009: [File Manager] Cleanup: Moving js/css/html files to dedicated directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/file_manager/js/image_editor/gallery.js
diff --git a/chrome/browser/resources/file_manager/js/image_editor/gallery.js b/chrome/browser/resources/file_manager/js/image_editor/gallery.js
index bc59ba1f6b349a90e5e3071cde46a1cc4e6b6898..ad15d5e00993491a09b482f4d21908652e1d72eb 100644
--- a/chrome/browser/resources/file_manager/js/image_editor/gallery.js
+++ b/chrome/browser/resources/file_manager/js/image_editor/gallery.js
@@ -1166,7 +1166,7 @@ Ribbon.Item.prototype.setMetadata = function(metadata) {
url = this.url_;
transform = metadata.imageTransform;
} else {
- url = '../../' + FileType.getPreviewArt(mediaType);
+ url = FileType.getPreviewArt(mediaType);
}
function percent(ratio) { return Math.round(ratio * 100) + '%' }

Powered by Google App Engine
This is Rietveld 408576698