From: Mike Taylor Date: Fri, 9 May 2014 13:41:37 +0000 (+0100) Subject: Emit new MKWS-specific class mkwsSummary instead of old generic "record". X-Git-Tag: 1.0.0~686 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=e215340ab13b641a83b5f6aa1a027b81b6566670;hp=f0e1fd4ccc8c447d546461081dd6d7482b75d318 Emit new MKWS-specific class mkwsSummary instead of old generic "record". --- diff --git a/src/mkws-widget-main.js b/src/mkws-widget-main.js index a9263ca..c3eac87 100644 --- a/src/mkws-widget-main.js +++ b/src/mkws-widget-main.js @@ -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.