X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-main.js;h=3ee3bc79e80c5d7565a94f6c8d3fbc3026a64603;hb=8d1d4b22649401af52cfc1f1ba65d9627a149b15;hp=ef4b3c71b0beb3614b6cafdbd8f9f8d6caaeea6b;hpb=03aa531c961b56b06bcc2e2b94ccb47cdb86e7e4;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-main.js b/src/mkws-widget-main.js index ef4b3c7..3ee3bc7 100644 --- a/src/mkws-widget-main.js +++ b/src/mkws-widget-main.js @@ -118,7 +118,7 @@ mkws.registerWidgetType('records', function() { that.team.queue("record").publish(hit); hit.detailLinkId = team.recordElementId(hit.recid[0]); hit.detailClick = "mkws.showDetails('" + team.name() + "', '" + hit.recid[0] + "');return false;"; - hit.containerClass = "mkwsSummary mkwsTeam_" + team.name(); + hit.containerClass = "mkws-summary mkwsSummary mkws-team-" + team.name(); hit.containerClass += " " + hit.detailLinkId; // ### At some point, we may be able to move the // m_currentRecordId and m_currentRecordData members