mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 13:29:56 +00:00
Switch to "tw-tagged-" prefix for CSS tags
This commit is contained in:
parent
1d8e3ef288
commit
c8bba8caea
@ -57,7 +57,7 @@ TiddlerWidget.prototype.getTagClasses = function() {
|
|||||||
if(tiddler) {
|
if(tiddler) {
|
||||||
var tags = [];
|
var tags = [];
|
||||||
$tw.utils.each(tiddler.fields.tags,function(tag) {
|
$tw.utils.each(tiddler.fields.tags,function(tag) {
|
||||||
tags.push("tw-tag-" + encodeURIComponent(tag));
|
tags.push("tw-tagged-" + encodeURIComponent(tag));
|
||||||
});
|
});
|
||||||
return tags.join(" ");
|
return tags.join(" ");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user