Emit new class mkwsDetails instead of generic old "details".
authorMike Taylor <mike@indexdata.com>
Fri, 9 May 2014 11:56:29 +0000 (12:56 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 9 May 2014 11:56:29 +0000 (12:56 +0100)
src/mkws-team.js

index e94d311..9a012d3 100644 (file)
@@ -366,7 +366,7 @@ function team($, teamName) {
   function renderDetails(data, marker) {
     var template = loadTemplate("Record");
     var details = template(data);
-    return '<div class="details mkwsTeam_' + m_teamName + '" ' +
+    return '<div class="mkwsDetails mkwsTeam_' + m_teamName + '" ' +
       'id="' + recordDetailsId(data.recid[0]) + '">' + details + '</div>';
   }
   that.renderDetails = renderDetails;