X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=3ac9e727a5ac1a6d4591641c7a9320bb621e757a;hb=36721667730b5d8aae5b6df304f69d96f2c1d21d;hp=415ff79f9ba266af34bea4cf66598f76348f23d8;hpb=15a552487b8c79ebb12847a422d65d5e63974b87;p=mkws-moved-to-github.git diff --git a/src/mkws-team.js b/src/mkws-team.js index 415ff79..3ac9e72 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -185,7 +185,7 @@ mkws.makeTeam = function($, teamName) { } m_paz = new pz2(params); - log("ccreated main pz2 object"); + log("created main pz2 object"); } @@ -408,7 +408,7 @@ mkws.makeTeam = function($, teamName) { } function renderDetails(data, marker) { - var template = loadTemplate("Record"); + var template = loadTemplate("details"); var details = template(data); return '
' + details + '
'; @@ -454,7 +454,7 @@ mkws.makeTeam = function($, teamName) { return template; } else { - mkws.log("No MKWS template for " + name); + log("No MKWS template for " + name); return null; } }