diff --git a/code/region_scoreboard.js b/code/region_scoreboard.js index 44829a07..90e56607 100755 --- a/code/region_scoreboard.js +++ b/code/region_scoreboard.js @@ -119,7 +119,7 @@ function regionScoreboardScoreHistoryChart(result, logscale) { +paths +otherSvg.join('') +'' +''; @@ -195,7 +195,7 @@ function regionScoreboardSuccess(data,dlg,logscale) { heightStyle: "fill", }); - $('foreignObject input', dlg).change(function(){ + $('input.logscale', dlg).change(function(){ var input = $(this); regionScoreboardSuccess(data, dlg, input.prop('checked')); });