Private
Public Access
1
0

Added a waiting message to workflow.html

This commit is contained in:
Sander Roosendaal
2017-11-05 09:34:29 +01:00
parent cff3cfb50b
commit f0e345c689
2 changed files with 7 additions and 2 deletions

View File

@@ -35,6 +35,9 @@
}
$.getJSON(window.location.protocol + '//'+window.location.host + '/rowers/workout/{{ workout.id }}/get-thumbnails', function(json) {
var counter=0;
$("#id_sitready").remove();
$("#id_thumbs").append(
"<p>Click on the thumbnails to view the full chart.</p>");
$.each(json, function(index, element) {
console.log('adding thumbnail');
var counter2 = counter+1;