mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	Switch to "tw-tagged-" prefix for CSS tags
This commit is contained in:
		| @@ -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 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jermolene
					Jermolene