Skip to content

Commit

Permalink
updated changeChart function
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Schmidl committed Jun 23, 2015
1 parent cf66276 commit 1f2b5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistik/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ function changeChart(rw, sw) {
if(sw) {
$("div.sum_words").show(); $("div.replaced_words").hide();
$(".nav li.replaced_words").addClass("active"); $(".nav li.sum_words").removeClass("active");
stats(0,1);
};
stats(rw, sw);
}

0 comments on commit 1f2b5ea

Please sign in to comment.