diff --git a/rowers/templates/flexthumbnails.html b/rowers/templates/flexthumbnails.html index 4fda7461..d2418cb4 100644 --- a/rowers/templates/flexthumbnails.html +++ b/rowers/templates/flexthumbnails.html @@ -1,10 +1,12 @@

Flex Charts

-

Click on the thumbnails to view the full chart.

- +
+

Sit Ready! We're counting strokes and loading data.

+
+
diff --git a/rowers/templates/workflow.html b/rowers/templates/workflow.html index 3b0ef5ac..c246f3f6 100644 --- a/rowers/templates/workflow.html +++ b/rowers/templates/workflow.html @@ -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( + "

Click on the thumbnails to view the full chart.

"); $.each(json, function(index, element) { console.log('adding thumbnail'); var counter2 = counter+1;