X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fmkws-widget-authname.js;h=02cce99880fc3061450a0393bf37e3060510ebb6;hb=a2738099ad35f9e680dca307d649a103354798d6;hp=a517e8035c7cb09570a36e64e5737949fa6482d5;hpb=805d1cd18b79c789f477dccd8651396439a550f3;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-authname.js b/src/mkws-widget-authname.js index a517e80..02cce99 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); + }); });