This commit is contained in:
Barış Soner Uşaklı
2018-04-06 11:59:22 -04:00
parent c42ab5a97a
commit 09ef3999b0

View File

@@ -464,7 +464,7 @@ define('settings', function () {
try {
values[key] = JSON.parse(values[key]);
} catch (e) {
// Leave the value as is
// Leave the value as is
}
}
});