monster commit to change names of MKWS classes to be case-insensitive, MKWS-294
[mkws-moved-to-github.git] / src / mkws-widget-categories.js
index 90df81e..fc8896f 100644 (file)
@@ -20,7 +20,7 @@ mkws.registerWidgetType('categories', function() {
 
       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() {