mirror of
https://github.com/torappinfo/uweb.git
synced 2025-01-14 08:00:58 +01:00
uweb version 1064
This commit is contained in:
parent
d3e36ae437
commit
5393216019
|
@ -1,7 +1,7 @@
|
||||||
<script>var verCode = %1%;</script>
|
<script>var verCode = %1%;</script>
|
||||||
<script>
|
<script>
|
||||||
(function(){
|
(function(){
|
||||||
let latestV = 1061;
|
let latestV = 1064;
|
||||||
try {
|
try {
|
||||||
if(verCode>=latestV) {alert("Already up to date!");return;}
|
if(verCode>=latestV) {alert("Already up to date!");return;}
|
||||||
}catch(e){}
|
}catch(e){}
|
||||||
|
|
Loading…
Reference in a new issue