X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2Fmkws-widget-authname.js;h=b96dad2ce9227e63cd7e2464dae8a4a701a619be;hp=02cce99880fc3061450a0393bf37e3060510ebb6;hb=79107f202c91da40bf541e05284449d5c5caf89e;hpb=a2738099ad35f9e680dca307d649a103354798d6 diff --git a/src/mkws-widget-authname.js b/src/mkws-widget-authname.js index 02cce99..b96dad2 100644 --- a/src/mkws-widget-authname.js +++ b/src/mkws-widget-authname.js @@ -1,7 +1,7 @@ -mkws.registerWidgetType('Authname', function() { +mkws.registerWidgetType('auth-name', function() { var that = this; this.team.queue("authenticated").subscribe(function(authName) { - $(that.node).html(authName); + that.node.html(authName); }); });