Add another Handlebars helper, "compare".
[mkws-moved-to-github.git] / src / mkws-widget-authname.js
index abca07e..b96dad2 100644 (file)
@@ -1,7 +1,7 @@
-mkws.registerWidgetType('Authname', function() {
+mkws.registerWidgetType('auth-name', function() {
   var that = this;
 
   this.team.queue("authenticated").subscribe(function(authName) {
-    that.jqnode.html(authName);
+    that.node.html(authName);
   });
 });