summaryrefslogtreecommitdiffstats
path: root/ui/file_manager/gallery/gallery.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/file_manager/gallery/gallery.html')
-rw-r--r--ui/file_manager/gallery/gallery.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index 062f23d..a63759c 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -21,8 +21,9 @@
<!-- This section is used when the file manager is loaded with
'filemgr-ext-path' command-line flag. -->
<!-- Keep the list in sync with gallery_scripts.js. -->
- <script src="../file_manager/foreground/js/metrics_base.js"></script>
- <script src="../file_manager/foreground/js/metrics.js"></script>
+ <script src="../file_manager/common/js/metrics_base.js"></script>
+ <script src="../file_manager/common/js/metrics.js"></script>
+ <script src="../file_manager/foreground/js/metrics_start.js"></script>
<!-- Loads the client of the image loader extension -->
<script src="../file_manager/common/js/lru_cache.js"></script>