removed redundant function

This commit is contained in:
FinnHornhoover 2023-10-21 23:12:17 +03:00
parent c78a3e5ada
commit 1d78bc2d9b
2 changed files with 1 additions and 7 deletions

View File

@ -417,12 +417,6 @@ function loadCacheList() {
});
}
function startHashCheck() {
setTimeout(function () {
handleCache("hash-check");
}, 0);
}
function performCacheSwap(newVersion) {
var currentCache = path.join(cacheRoot, "FusionFall");
var newCache = path.join(cacheRoot, newVersion);

View File

@ -117,7 +117,7 @@
type="button"
title="Edit Cache Storage"
data-target="#of-editcacheconfigmodal"
onclick="startHashCheck()"
onclick="handleCache('hash-check')"
>
<i class="fas fa-cog"></i>
</button>