X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-main.js;h=c3eac87ffa036716c512a5dc1c05dc70f94b44da;hb=e215340ab13b641a83b5f6aa1a027b81b6566670;hp=650ed91c8f51c6a3fda7ca49c5049f6310cdf688;hpb=1c08c02c5646499abb70f025e374ceb4517df311;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-main.js b/src/mkws-widget-main.js index 650ed91..c3eac87 100644 --- a/src/mkws-widget-main.js +++ b/src/mkws-widget-main.js @@ -43,7 +43,7 @@ mkws.registerWidgetType('Stat', function() { $(that.node).html(' -- ' + '' + M('Active clients') + ': ' + data.activeclients + '/' + data.clients + '' + ' -- ' + - '' + M('Retrieved records') + ': ' + data.records + '/' + data.hits + ''); + M('Retrieved records') + ': ' + data.records + '/' + data.hits); }); }); @@ -122,7 +122,7 @@ mkws.registerWidgetType('Records', function() { var hit = data.hits[i]; that.team.queue("record").publish(hit); var divId = team.recordElementId(hit.recid[0]); - html.push('
', renderSummary(hit), '
'); + html.push('
', renderSummary(hit), '
'); // ### At some point, we may be able to move the // m_currentRecordId and m_currentRecordData members // from the team object into this widget.