mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Change prefix from $ to #
This commit is contained in:
@@ -88,7 +88,7 @@ function copySettings(config, settings){
|
||||
}
|
||||
|
||||
function parseStorage(key) {
|
||||
if (!key || key.charAt(0) !== '$') {
|
||||
if (!key || key.charAt(0) !== '#') {
|
||||
return "";
|
||||
} else {
|
||||
var endOfStorageName = key.indexOf(".");
|
||||
|
Reference in New Issue
Block a user