Add another Handlebars helper, "compare".
[mkws-moved-to-github.git] / src / mkws-widget-categories.js
index 90df81e..61abb4e 100644 (file)
@@ -16,11 +16,11 @@ mkws.registerWidgetType('categories', function() {
         alert("categories response document is not XML");
         return;
       }
-      that.log("got categories: " + data);
+      that.info("got categories: " + data);
 
       var text = [];
       text.push("Select category: ");
-      text.push("<select name='mkwsCategory' " +
+      text.push("<select name='mkws-category mkwsCategory' " +
                 "onchange='mkws.limitCategory(\"" + that.team.name() + "\", this.value)'>");
       text.push("<option value=''>[All]</option>");
       $(data).find('category').each(function() {