X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-authname.js;h=b1e0b1f3f342c5909b2c256b0234ff472c7e1d35;hb=088fcd4edd66fe043fd04c69c9071596f831a114;hp=02cce99880fc3061450a0393bf37e3060510ebb6;hpb=a2738099ad35f9e680dca307d649a103354798d6;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-authname.js b/src/mkws-widget-authname.js index 02cce99..b1e0b1f 100644 --- a/src/mkws-widget-authname.js +++ b/src/mkws-widget-authname.js @@ -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); }); });