widgetNode uses w.jqnode rather than $(w.node)
[mkws-moved-to-github.git] / src / mkws-team.js
index 9a012d3..8b99685 100644 (file)
@@ -360,7 +360,7 @@ function team($, teamName) {
 
   function widgetNode(type) {
     var w = that.widget(type);
-    return w ? $(w.node) : undefined;
+    return w ? w.jqnode : undefined;
   }
 
   function renderDetails(data, marker) {