X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=872f957ec6df80ff4739c5753cb7a5c1968c7204;hb=f20004a4ec942a591dcae72bffb4d1c5e8515e0e;hp=e14bd27cba1e11e9e089ea5af57d1e1794e539a4;hpb=e80aed69e023e9522c4a2ce59feb0bfed301810f;p=mkws-moved-to-github.git diff --git a/src/mkws-team.js b/src/mkws-team.js index e14bd27..872f957 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -122,7 +122,7 @@ function team($, teamName) { } - // Used by promoteRecords() and onRecord() + // Used by the Records widget and onRecord() function recordElementId(s) { return 'mkwsRec_' + s.replace(/[^a-z0-9]/ig, '_'); } @@ -132,7 +132,6 @@ function team($, teamName) { function recordDetailsId(s) { return 'mkwsDet_' + s.replace(/[^a-z0-9]/ig, '_'); } - that.recordElementId = recordElementId; that.targetFiltered = function(id) {