mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 11:02:24 +02:00
Further housekeeping. :)
This commit is contained in:
parent
c121a8ef2a
commit
1979a4bd94
1 changed files with 1 additions and 5 deletions
|
@ -38,11 +38,7 @@ Rectangle {
|
|||
var check = Settings.getValue("private/settingsSafeURLS");
|
||||
var arrayCheck = check.split(",").join("\n");
|
||||
|
||||
if (arrayCheck === originalSet) {
|
||||
setWhitelistSuccess(true);
|
||||
} else {
|
||||
setWhitelistSuccess(false);
|
||||
}
|
||||
setWhitelistSuccess(arrayCheck === originalSet);
|
||||
}
|
||||
|
||||
function setWhitelistSuccess(success) {
|
||||
|
|
Loading…
Reference in a new issue