mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-17 03:20:06 +00:00
removed redundant function
This commit is contained in:
parent
e980ca5d65
commit
9c3219f203
@ -417,12 +417,6 @@ function loadCacheList() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function startHashCheck() {
|
|
||||||
setTimeout(function () {
|
|
||||||
handleCache("hash-check");
|
|
||||||
}, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
function performCacheSwap(newVersion) {
|
function performCacheSwap(newVersion) {
|
||||||
var currentCache = path.join(cacheRoot, "FusionFall");
|
var currentCache = path.join(cacheRoot, "FusionFall");
|
||||||
var newCache = path.join(cacheRoot, newVersion);
|
var newCache = path.join(cacheRoot, newVersion);
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
type="button"
|
type="button"
|
||||||
title="Edit Cache Storage"
|
title="Edit Cache Storage"
|
||||||
data-target="#of-editcacheconfigmodal"
|
data-target="#of-editcacheconfigmodal"
|
||||||
onclick="startHashCheck()"
|
onclick="handleCache('hash-check')"
|
||||||
>
|
>
|
||||||
<i class="fas fa-cog"></i>
|
<i class="fas fa-cog"></i>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user