diff options
Diffstat (limited to 'cgi/templates/mobile/base_top.html')
-rw-r--r-- | cgi/templates/mobile/base_top.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/mobile/base_top.html b/cgi/templates/mobile/base_top.html index 6a6c5bd..aa016a4 100644 --- a/cgi/templates/mobile/base_top.html +++ b/cgi/templates/mobile/base_top.html @@ -9,6 +9,6 @@ <?py #endif ?> <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?v=8" /> - <script type="text/javascript" src="#{static_url}js/mobile.js?v=9"></script> + <link rel="stylesheet" type="text/css" href="#{static_url}css/mobile.css" /> + <script type="text/javascript" src="#{static_url}js/mobile.js"></script> </head> |