Change prefix from $ to #

This commit is contained in:
HirokiUchikawa
2018-05-23 10:23:39 +09:00
parent e30f8628db
commit 84f598e143
2 changed files with 72 additions and 72 deletions

View File

@@ -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(".");