X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2Fmkws-widget-authname.js;h=b1e0b1f3f342c5909b2c256b0234ff472c7e1d35;hp=a517e8035c7cb09570a36e64e5737949fa6482d5;hb=8ecc7b5621fa3f7191205e6ce93a8ef097e873bd;hpb=805d1cd18b79c789f477dccd8651396439a550f3 diff --git a/src/mkws-widget-authname.js b/src/mkws-widget-authname.js index a517e80..b1e0b1f 100644 --- a/src/mkws-widget-authname.js +++ b/src/mkws-widget-authname.js @@ -1,7 +1,7 @@ mkws.registerWidgetType('Authname', function() { - var that = this; + var that = this; - this.team.queue("authenticated").subscribe(function(authName) { - $(that.node).html(authName); - }); + this.team.queue("authenticated").subscribe(function(authName) { + that.node.html(authName); + }); });