This commit is contained in:
jomjol
2020-09-07 10:19:03 +02:00
parent 78b56ce9d4
commit 341e9f1593
12 changed files with 260 additions and 49 deletions

View File

@@ -152,7 +152,10 @@ function ChangeSelection(){
function SaveToConfig(){
SaveROIToConfig(ROIInfo, "[Digits]", basepath);
location.reload();
// location.reload();
// parent.window.location.reload(true);
// window.location = location.href + '?session=' + Math.floor((Math.random() * 1000000) + 1);
UpdatePage();
}