1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Remove curly braces from qualified identifiers

Fixes #860
This commit is contained in:
Jermolene 2014-09-19 11:33:49 +01:00
parent 5dbcc5f601
commit b239b3d623
3 changed files with 3 additions and 3 deletions

View File

@ -204,7 +204,7 @@ Widget.prototype.getStateQualifier = function(name) {
} }
node = node.parentWidget; node = node.parentWidget;
} }
return "{" + $tw.utils.hashString(output.join("")) + "}"; return $tw.utils.hashString(output.join(""));
}; };
/* /*

View File

@ -1,3 +1,3 @@
title: $:/state/tab/sidebar-{-1835078512} title: $:/state/tab/sidebar--1835078512
InhaltsVerzeichnis InhaltsVerzeichnis

View File

@ -1,3 +1,3 @@
title: $:/state/tab/sidebar-{-1835078512} title: $:/state/tab/sidebar--1835078512
TableOfContents TableOfContents