From: Mike Taylor Date: Fri, 9 May 2014 11:56:29 +0000 (+0100) Subject: Emit new class mkwsDetails instead of generic old "details". X-Git-Tag: 1.0.0~697 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=28ecde66315571c34c36f54b929b37be629588c7;p=mkws-moved-to-github.git Emit new class mkwsDetails instead of generic old "details". --- diff --git a/src/mkws-team.js b/src/mkws-team.js index e94d311..9a012d3 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -366,7 +366,7 @@ function team($, teamName) { function renderDetails(data, marker) { var template = loadTemplate("Record"); var details = template(data); - return '
' + details + '
'; } that.renderDetails = renderDetails;