http://trac.tiddlywiki.org/changeset/11883
FND
2010-03-21 08:38:48 -0700 (Sun, 21 Mar 2010)
29
removed redundant jQuery call
---------------
U Trunk/core/js/Macros.js
---------------
Modified: Trunk/core/js/Macros.js
===================================================================
--- Trunk/core/js/Macros.js 2010-03-21 13:28:22 UTC (rev 11882)
+++ Trunk/core/js/Macros.js 2010-03-21 15:38:48 UTC (rev 11883)
@@ -405,7 +405,7 @@
var popup = Popup.create(this);
var tags = store.getTags(this.getAttribute("tags"));
if(tags.length == 0)
- jQuery("<li/>").text(lingo.popupNone).appendTo(jQuery(popup));
+ jQuery("<li/>").text(lingo.popupNone).appendTo(popup);
for(var t=0; t<tags.length; t++) {
var tag =
createTiddlyButton(createTiddlyElement(popup,"li"),tags[t][0],lingo.tagTooltip.format([tags[t][0]]),config.macros.tagChooser.onTagClick);
tag.setAttribute("tag",tags[t][0]);
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.