X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-main.js;h=ef4b3c71b0beb3614b6cafdbd8f9f8d6caaeea6b;hb=e57e1a47bd7f90509d61d65fbe2f6d2092478770;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..ef4b3c7 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 = "mkwsSummary mkwsTeam_" + 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() {