From 83b61ed2d82dcd7e18030fa3024389b57c60d5bb Mon Sep 17 00:00:00 2001 From: Tony Ford <tonyford@strategy-investor.de> Date: Thu, 30 May 2024 14:04:40 +0200 Subject: [PATCH] bugfix --- html/assets/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/assets/js/script.js b/html/assets/js/script.js index 357d37a..32a0901 100644 --- a/html/assets/js/script.js +++ b/html/assets/js/script.js @@ -504,7 +504,7 @@ function calculatePunktestand(saison,runde,show=true){ if( MANAGERVOTING ){ var _i = _e('i'); _i.classList = 'fas fa-thumbs-up '; - $(_i).attr('onclick', "teamVoting('+v.nt+')"); + $(_i).attr('onclick', "teamVoting('"+v.nt+"')"); if( SAISON_TEAMVOTED.reduce((a,b) => (a.concat(b))).indexOf(v.nt) > -1 ){ _i.classList += 'done'; _i.title = 'Manager dieses Teams hat sein Voting abgegeben!'; -- GitLab