This commit is contained in:
Ross
2022-03-29 22:07:38 +01:00
parent fb4e374f5b
commit 926634395a
@@ -68,14 +68,9 @@ Return to <a href='{{collection.get_absolute_url}}'>collection</a>
{% block js %} {% block js %}
<script type="text/javascript"> <script type="text/javascript">
window.images = { window.images = {
{% for series in series_list %} { {% for series in series_list %}
{ {{ forloop.counter0 }}: ["{{ series.get_image_url_array_not_json }}"],
forloop.counter0 {% endfor %}
}
}: ["{{ series.get_image_url_array_not_json }}"],
{
% endfor %
}
} }
$(document).ready(function () { $(document).ready(function () {