Reduced data stream to cum_flex
This commit is contained in:
@@ -1308,9 +1308,10 @@ def cum_flex(request,theuser=0,
|
||||
u = ''
|
||||
|
||||
if allergworkouts:
|
||||
res = interactive_cum_flex_chart(allergworkouts,xparam=xparam,
|
||||
yparam1=yparam1,yparam2=yparam2,
|
||||
promember=promember)
|
||||
res = interactive_cum_flex_chart2(allergworkouts,xparam=xparam,
|
||||
yparam1=yparam1,
|
||||
yparam2=yparam2,
|
||||
promember=promember)
|
||||
script = res[0]
|
||||
div = res[1]
|
||||
js_resources = res[2]
|
||||
|
||||
Reference in New Issue
Block a user