uuups.

first attempt doesn't work, since store.getRef.... returns an empty
list, if there is no reference.

<script>
var ref = store.getReferringTiddlers(tiddler.title);
if (ref.length > 0) {
        
jQuery('#tiddler'+tiddler.title).find('.command_references').css("color","red");
}
</script>

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to