X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-main.js;h=3ee3bc79e80c5d7565a94f6c8d3fbc3026a64603;hb=15a552487b8c79ebb12847a422d65d5e63974b87;hp=500735e09b6ab56e2f3cec5e37f4a74b991499ca;hpb=f944d2112f977ffe31545ceaee8a1ebeb1e128d8;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-main.js b/src/mkws-widget-main.js index 500735e..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 = "mkws-summary mkws-team-" + 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 @@ -168,7 +168,7 @@ mkws.registerWidgetType('navi', function() { }); -// It seems this and the per-page widget doen't need to subscribe to +// It seems this and the Perpage widget doen't need to subscribe to // anything, since they produce events rather than consuming them. // mkws.registerWidgetType('sort', function() {