cox's calls on workflow
This commit is contained in:
@@ -5,8 +5,5 @@
|
||||
|
||||
</div>
|
||||
<div id="id_thumbs">
|
||||
<div id="id_sitready"><blockquote>
|
||||
<p>Sit Ready! We're counting strokes and loading data.</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
{{ charts | safe }}
|
||||
</div>
|
||||
|
||||
@@ -6826,12 +6826,8 @@ def workout_workflow_view(request,id):
|
||||
favorites = None
|
||||
maxfav = 0
|
||||
|
||||
charts = []
|
||||
charts = get_call()
|
||||
|
||||
# if favorites and 'flexthumbnails.html' in r.workflowmiddlepanel:
|
||||
# charts = thumbnails_set(r,id,favorites)
|
||||
# if charts[0]['script'] == '':
|
||||
# charts = []
|
||||
|
||||
if 'panel_map.html' in r.workflowmiddlepanel and rowhascoordinates(row):
|
||||
rowdata = rdata(row.csvfilename)
|
||||
|
||||
Reference in New Issue
Block a user