mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-22 21:50:05 +00:00
Compare commits
No commits in common. "51f0c06092517406e4f1a58c66b35097f269b8ea" and "01a4318db541f429ce0f6cdd32ac2102eec6417c" have entirely different histories.
51f0c06092
...
01a4318db5
@ -294,7 +294,7 @@ function restoreDefaultVersions() {
|
||||
}
|
||||
|
||||
function editConfig() {
|
||||
var jsonToModify = JSON.parse(remotefs.readFileSync(configPath));
|
||||
var jsonToModify = JSON.parse(remotefs.readJsonSync(configPath));
|
||||
|
||||
jsonToModify["autoupdate-check"] = $("#editconfig-autoupdate").prop("checked");
|
||||
jsonToModify["cache-swapping"] = $("#editconfig-cacheswapping").prop("checked");
|
||||
@ -312,7 +312,7 @@ function editConfig() {
|
||||
remotefs.writeFileSync(configPath, JSON.stringify(jsonToModify, null, 4));
|
||||
|
||||
loadConfig();
|
||||
if (shouldChangeRoot) handleCache("hash-check", null, "offline");
|
||||
if (shouldChangeRoot) handleCache("hash-check");
|
||||
}
|
||||
|
||||
function validateCacheLocation() {
|
||||
|
@ -536,7 +536,7 @@
|
||||
class="form-control form-row w-75"
|
||||
id="editconfig-offlinecachelocation"
|
||||
type="text"
|
||||
oninput="validateCacheLocation()"
|
||||
oninput="validateCacheLocator()"
|
||||
/>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user