Private
Public Access
1
0

cox's calls on workflow

This commit is contained in:
Sander Roosendaal
2017-11-05 17:30:21 +01:00
parent 6727125a01
commit 9b14d7f0c7
2 changed files with 2 additions and 9 deletions

View File

@@ -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>

View File

@@ -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)