diff options
author | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
commit | 7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (patch) | |
tree | 7a4deca784caee3aebaf29b99f7f1f087a2bb9c9 /template/images.html | |
parent | 16ee0b368fcf24b48574172726e32a19c275d691 (diff) |
bug fixes (without google support)
Diffstat (limited to 'template/images.html')
-rw-r--r-- | template/images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/images.html b/template/images.html index a09c121..61e319c 100644 --- a/template/images.html +++ b/template/images.html @@ -2,6 +2,6 @@ {%images%} </div> {%nextpage%} - <script src="/static/client.js"></script> + <script src="/static/client.js?v2"></script> </body> </html> |