aboutsummaryrefslogtreecommitdiffstats
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
parente7e435342af45576db6b4b7ab6117fe31c052262 (diff)
downloadmediagoblin-78d932e7928a39311309e4e89a47fb3d992feac7.tar.lz
mediagoblin-78d932e7928a39311309e4e89a47fb3d992feac7.tar.xz
mediagoblin-78d932e7928a39311309e4e89a47fb3d992feac7.zip
Moving thingiview.js into extlib/
-rw-r--r--extlib/thingiview.js/LICENSE (renamed from mediagoblin/static/js/thingiview.js/LICENSE)0
-rw-r--r--extlib/thingiview.js/Three.js (renamed from mediagoblin/static/js/thingiview.js/Three.js)0
-rw-r--r--extlib/thingiview.js/binaryReader.js (renamed from mediagoblin/static/js/thingiview.js/binaryReader.js)0
-rw-r--r--extlib/thingiview.js/plane.js (renamed from mediagoblin/static/js/thingiview.js/plane.js)0
-rw-r--r--extlib/thingiview.js/stats.js (renamed from mediagoblin/static/js/thingiview.js/stats.js)0
-rw-r--r--extlib/thingiview.js/thingiloader.js (renamed from mediagoblin/static/js/thingiview.js/thingiloader.js)0
-rw-r--r--extlib/thingiview.js/thingiview.js (renamed from mediagoblin/static/js/thingiview.js/thingiview.js)0
-rw-r--r--mediagoblin/templates/mediagoblin/media_displays/stl.html8
8 files changed, 4 insertions, 4 deletions
diff --git a/mediagoblin/static/js/thingiview.js/LICENSE b/extlib/thingiview.js/LICENSE
index 65c5ca88..65c5ca88 100644
--- a/mediagoblin/static/js/thingiview.js/LICENSE
+++ b/extlib/thingiview.js/LICENSE
diff --git a/mediagoblin/static/js/thingiview.js/Three.js b/extlib/thingiview.js/Three.js
index 5c21380c..5c21380c 100644
--- a/mediagoblin/static/js/thingiview.js/Three.js
+++ b/extlib/thingiview.js/Three.js
diff --git a/mediagoblin/static/js/thingiview.js/binaryReader.js b/extlib/thingiview.js/binaryReader.js
index f99a2379..f99a2379 100644
--- a/mediagoblin/static/js/thingiview.js/binaryReader.js
+++ b/extlib/thingiview.js/binaryReader.js
diff --git a/mediagoblin/static/js/thingiview.js/plane.js b/extlib/thingiview.js/plane.js
index 9f970be0..9f970be0 100644
--- a/mediagoblin/static/js/thingiview.js/plane.js
+++ b/extlib/thingiview.js/plane.js
diff --git a/mediagoblin/static/js/thingiview.js/stats.js b/extlib/thingiview.js/stats.js
index 270d1ce3..270d1ce3 100644
--- a/mediagoblin/static/js/thingiview.js/stats.js
+++ b/extlib/thingiview.js/stats.js
diff --git a/mediagoblin/static/js/thingiview.js/thingiloader.js b/extlib/thingiview.js/thingiloader.js
index 3791a49c..3791a49c 100644
--- a/mediagoblin/static/js/thingiview.js/thingiloader.js
+++ b/extlib/thingiview.js/thingiloader.js
diff --git a/mediagoblin/static/js/thingiview.js/thingiview.js b/extlib/thingiview.js/thingiview.js
index 5eb30335..5eb30335 100644
--- a/mediagoblin/static/js/thingiview.js/thingiview.js
+++ b/extlib/thingiview.js/thingiview.js
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();