X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-main.js;h=0013960e9c49864ac9d3b73fd57620181f3ca0e8;hb=868a9d3bda5586bb774d8f9da4a6f7158c7057e3;hp=53e2f5c2e8ac12c19be28d12877c5970eae7ef08;hpb=6bd6b79fe02808c9cbc19c44f7d8355637e13fb3;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-main.js b/src/mkws-widget-main.js index 53e2f5c..0013960 100644 --- a/src/mkws-widget-main.js +++ b/src/mkws-widget-main.js @@ -100,7 +100,6 @@ mkws.registerWidgetType('details', function() { }); } this.team.queue("record").subscribe(function(data) { - console.log(data); if ($.inArray(recid, data.recid) > -1) { var template = that.team.loadTemplate(that.config.template || "details"); that.node.html(template(data));