mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 03:56:57 +03:00
v1.1.1
This commit is contained in:
@@ -13,3 +13,9 @@ function getbasepath(){
|
||||
}
|
||||
return host;
|
||||
}
|
||||
|
||||
function UpdatePage(){
|
||||
var zw = location.href;
|
||||
zw = zw.substr(0, zw.indexOf("?"));
|
||||
window.location = zw + '?session=' + Math.floor((Math.random() * 1000000) + 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user