Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
js: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens John committed Jul 30, 2017
1 parent 01c04ba commit be086a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluxbbactivity/www/lib/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function counter_chart_ts(key) {
};

function counter_chart_show_key(key) {
let row = document.querySelector("#counter-cahrt-row");
let row = document.querySelector("#counter-chart-row");
row.style.style.display = 'initial';
let canvas = document.querySelector("#counter-chart");
let ts = counter_chart_ts(key);
Expand Down

0 comments on commit be086a7

Please sign in to comment.