diff options
author | Choom | 2023-01-09 23:29:31 -0300 |
---|---|---|
committer | Choom | 2023-01-10 03:10:23 -0300 |
commit | 95cfa9ae52b4e09e6a623e5135b10bc2fb0fa085 (patch) | |
tree | 905a45902c861753aea8fb588758fb105a668c53 /cgi/templates/mobile | |
parent | 9e2ca4cadd7d693d5b7e8505784ccee72d9be8da (diff) | |
download | weabot-95cfa9ae52b4e09e6a623e5135b10bc2fb0fa085.tar.gz weabot-95cfa9ae52b4e09e6a623e5135b10bc2fb0fa085.tar.xz weabot-95cfa9ae52b4e09e6a623e5135b10bc2fb0fa085.zip |
Arreglando borrado
Diffstat (limited to 'cgi/templates/mobile')
-rw-r--r-- | cgi/templates/mobile/base_top.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/mobile/base_top.html b/cgi/templates/mobile/base_top.html index aa016a4..bc4e680 100644 --- a/cgi/templates/mobile/base_top.html +++ b/cgi/templates/mobile/base_top.html @@ -10,5 +10,5 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="#{static_url}img/favicon.ico" /> <link rel="stylesheet" type="text/css" href="#{static_url}css/mobile.css" /> - <script type="text/javascript" src="#{static_url}js/mobile.js"></script> + <script type="text/javascript" src="#{static_url}js/mobile.js?v=2"></script> </head> |