Skip to content

Commit e592f60

Browse files
bmegliWasabiFan
authored andcommitted
use fixed x3dom 1.7.1 version (ev3dev#318)
in recently released (19.12.2016) 1.7.2 x3dom src loading is broken this fixes x3dom library to 1.7.1 version until I have time to migrate x3d models and files to glb format or x3dom src loading is fixed
1 parent 6b8368b commit e592f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/page-core/deferred-head-resources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% if page.enable_x3d_support %}
22
<!-- X3D styles and scripts -->
33
<!-- x3dom.js is nearly 1 MB of data so we only include it if necessary -->
4-
<link rel='stylesheet' type='text/css' href='http://www.x3dom.org/download/x3dom.css'>
5-
<script type='text/javascript' src='http://www.x3dom.org/download/x3dom.js'></script>
4+
<link rel='stylesheet' type='text/css' href='http://www.x3dom.org/download/1.7.1/x3dom.css'>
5+
<script type='text/javascript' src='http://www.x3dom.org/download/1.7.1/x3dom.js'></script>
66
{% endif %}
77

88
<!-- Custom styles -->

0 commit comments

Comments
 (0)