From: Forrest Voight Date: Mon, 16 Sep 2013 17:30:25 +0000 (-0400) Subject: removed unused argument in graphs X-Git-Tag: 13.4~19 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=97ade2b07daaf09d407a0be9254fb73a30a7faf8 removed unused argument in graphs --- diff --git a/web-static/graphs.html b/web-static/graphs.html index 11adc6c..62d8c74 100644 --- a/web-static/graphs.html +++ b/web-static/graphs.html @@ -94,7 +94,7 @@ return {"area": top, "mean": bottom==0?null:top/bottom}; } - function plot(g, unit, total_unit, lines, stack, proportion_view, isnt_first) { + function plot(g, unit, total_unit, lines, stack, proportion_view) { // lines is a list of objects which have attributes data, color, and label var orig_unit = unit;