| commit | 7c5a067d50a73e8b95f79ea1f049fee6e0675b02 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri Dec 11 17:40:49 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri Dec 11 17:40:49 2020 +0400 |
| tree | a87b818b47631fc38ed58e906df490c2989b1eaf | |
| parent | 53a6bef48c985f5506e1c188145a9f231e389568 [diff] [blame] |
photos-ui: move to bazel
diff --git a/apps/photos-ui/gallery.html b/apps/photos-ui/gallery.html index a8001d0..68e200d 100644 --- a/apps/photos-ui/gallery.html +++ b/apps/photos-ui/gallery.html
@@ -3,7 +3,7 @@ <head> <title>Photos</title> </head> - <script src="static/photos.js"></script> + <script src="static/photos.js?v4"></script> <body onload="initGallery('gallery')"> <div id="gallery" /> </body>