Merge branch 'master' into templateallthemarkup
[mkws-moved-to-github.git] / src / mkws-widget-authname.js
index 02cce99..b1e0b1f 100644 (file)
@@ -2,6 +2,6 @@ mkws.registerWidgetType('Authname', function() {
   var that = this;
 
   this.team.queue("authenticated").subscribe(function(authName) {
-    $(that.node).html(authName);
+    that.node.html(authName);
   });
 });