loads thumbnails asynchronously
loads thumbnails on workflow view asynchronously using jQuery and Ajax
This commit is contained in:
@@ -6675,10 +6675,10 @@ def workout_workflow_view(request,id):
|
||||
|
||||
charts = []
|
||||
|
||||
if favorites and 'flexthumbnails.html' in r.workflowmiddlepanel:
|
||||
charts = thumbnails_set(r,id,favorites)
|
||||
if charts[0]['script'] == '':
|
||||
charts = []
|
||||
# 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