mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-13 02:10:04 +00:00
removed redundant function
This commit is contained in:
parent
c78a3e5ada
commit
1d78bc2d9b
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user