the problem is with the script creating the html files. In 10.7 when
setting online=False or no option the lines
<script src="SAGE_ROOT/local/share/threejs-sage/r122/three.min.js"></script>
<script>
are written into the html file, while if online=True that line is
<script
src="https://cdn.jsdelivr.net/gh/sagemath/threejs-sage@r122/build/three.min.js"></script>
In 10.8 when setting online=False or no option that line is missing
while when online=True
the same line as in 10.7
<script
src="https://cdn.jsdelivr.net/gh/sagemath/threejs-sage@r122/build/three.min.js"></script>
is written into the script. After manually inserting
<script src="SAGE_ROOT/local/share/threejs-sage/r122/three.min.js"></script>
the file displays correctly.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/sage-devel/b5c39232-8c5b-4d3e-9faf-cfb37b5437b3%40gmail.com.