opaquification part 1
This commit is contained in:
@@ -28,12 +28,13 @@
|
||||
<script>
|
||||
$(function($) {
|
||||
console.log('loading script');
|
||||
var workoutid = {{ workout.id }};
|
||||
var workoutid = '{{ workout.id|encode }}';
|
||||
console.log(workoutid);
|
||||
var shownotes = true;
|
||||
if("{{ rower.showfavoritechartnotes }}" == "False") {
|
||||
shownotes = false;
|
||||
}
|
||||
$.getJSON(window.location.protocol + '//'+window.location.host + '/rowers/workout/{{ workout.id }}/get-thumbnails', function(json) {
|
||||
$.getJSON(window.location.protocol + '//'+window.location.host + '/rowers/workout/{{ workout.id|encode }}/get-thumbnails', function(json) {
|
||||
var counter=0;
|
||||
$("#id_sitready").remove();
|
||||
$("#id_thumbs").append(
|
||||
|
||||
Reference in New Issue
Block a user