aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-12-03 14:57:52 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-12-03 14:57:52 -0600
commit78d932e7928a39311309e4e89a47fb3d992feac7 (patch)
tree74532f2601789ac14a6b0fae54c026196751f94f /mediagoblin/templates
parente7e435342af45576db6b4b7ab6117fe31c052262 (diff)
downloadmediagoblin-78d932e7928a39311309e4e89a47fb3d992feac7.tar.lz
mediagoblin-78d932e7928a39311309e4e89a47fb3d992feac7.tar.xz
mediagoblin-78d932e7928a39311309e4e89a47fb3d992feac7.zip
Moving thingiview.js into extlib/
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/media_displays/stl.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/mediagoblin/templates/mediagoblin/media_displays/stl.html b/mediagoblin/templates/mediagoblin/media_displays/stl.html
index 7802bab4..043faac8 100644
--- a/mediagoblin/templates/mediagoblin/media_displays/stl.html
+++ b/mediagoblin/templates/mediagoblin/media_displays/stl.html
@@ -44,9 +44,9 @@
</style>
{% if media.media_data.file_type == "stl" %}
-<script src="{{ request.staticdirect('/js/thingiview.js/Three.js') }}"></script>
-<script src="{{ request.staticdirect('/js/thingiview.js/plane.js') }}"></script>
-<script src="{{ request.staticdirect('/js/thingiview.js/thingiview.js') }}"></script>
+ <script src="{{ request.staticdirect('/js/extlib/thingiview.js/Three.js') }}"></script>
+ <script src="{{ request.staticdirect('/js/extlib/thingiview.js/plane.js') }}"></script>
+ <script src="{{ request.staticdirect('/js/extlib/thingiview.js/thingiview.js') }}"></script>
{% endif %}
@@ -71,7 +71,7 @@ window.show_things = function () {
show('thingy_view');
};
window.show("thingy_view");
- thingiurlbase = "{{ request.staticdirect('/js/thingiview.js') }}";
+ thingiurlbase = "{{ request.staticdirect('/js/extlib/thingiview.js') }}";
thingiview = new Thingiview("thingy_view");
thingiview.setObjectColor('#821543');
thingiview.initScene();