jqnode member renamed just node, now that the old DOMElement node is gone
[mkws-moved-to-github.git] / src / mkws-widget-categories.js
index bec99f5..a11e522 100644 (file)
@@ -29,7 +29,7 @@ mkws.registerWidgetType('Categories', function() {
         text.push("<option value='", id, "'>", name, "</option>");
       });
       text.push("</select>");
-      that.jqnode.html(text.join(''));
+      that.node.html(text.join(''));
     });
   });
 });