mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Small fixes
This commit is contained in:
@ -152,7 +152,7 @@ $("form").submit(function (event) {
|
||||
errorlist.appendChild(errors.shift());
|
||||
progress.value = ++completeCount / imagesCount;
|
||||
if(progress.value === 1 && errorlist.children.length === 0)
|
||||
document.location.reload()
|
||||
document.location.reload(true)
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user