From 04b34f73c1e0023ce4abdb9f1c9f0d9175247624 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 29 Sep 2019 16:23:32 +0200 Subject: Fix jigerator file output --- webapp/templates/jigerator.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'webapp/templates') diff --git a/webapp/templates/jigerator.html b/webapp/templates/jigerator.html index e89228b..66dc9c0 100644 --- a/webapp/templates/jigerator.html +++ b/webapp/templates/jigerator.html @@ -103,11 +103,12 @@
{% if has_renders %} + Download renders + {# + #} {% elif 'render_job' in session and not has_renders %}
@@ -132,6 +133,7 @@
+ {# {% if has_renders %} @@ -144,10 +146,11 @@ var madeleine = new Madeleine({ target: 'stl-target', // target div id data: '{{url_for('render_download', file='jig.stl')}}', // data path - path: '.' // path to source directory from current html file + path: 'static/Madeleine.js/src' // path to source directory from current html file }); }; {% endif %} + #} -- cgit