Add another Handlebars helper, "compare".
[mkws-moved-to-github.git] / src / mkws-widget-categories.js
index fc8896f..61abb4e 100644 (file)
@@ -16,7 +16,7 @@ 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: ");