mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Re-enable jshint on editor and fixup issues
This commit is contained in:
@@ -56,8 +56,9 @@ RED.settings = (function () {
|
||||
if (key === "auth-tokens") {
|
||||
return JSON.parse(localStorage.getItem(key));
|
||||
} else {
|
||||
var v;
|
||||
try {
|
||||
var v = RED.utils.getMessageProperty(userSettings,key);
|
||||
v = RED.utils.getMessageProperty(userSettings,key);
|
||||
if (v === undefined) {
|
||||
v = defaultIfUndefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user