aboutsummaryrefslogtreecommitdiff
path: root/common/stored_types.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/stored_types.js')
-rw-r--r--common/stored_types.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/stored_types.js b/common/stored_types.js
index 304842b..bfceba6 100644
--- a/common/stored_types.js
+++ b/common/stored_types.js
@@ -18,7 +18,9 @@ const TYPE_PREFIX = {
PAGE : "p",
BAG : "b",
SCRIPT : "s",
- VAR : "_"
+ VAR : "_",
+ /* Url prefix is not used in stored settings. */
+ URL : "u"
};
const TYPE_NAME = {