Disabled thingiview for obj models, since thingiview's support for them seems to be broken.

This commit is contained in:
Aeva Ntsc 2012-10-16 01:02:05 -05:00 committed by Christopher Allan Webber
parent d25ed5dd4c
commit d93eac36fc

View File

@ -119,11 +119,13 @@ window.show_things = function () {
title="{%- trans %}Side{% endtrans -%}">
{%- trans %}Side{% endtrans -%}
</a>
{% if media.media_data.file_type == "stl" %}
<a id="webgl_button" class="button_action"
onclick="show_things();"
title="{%- trans %}WebGL{% endtrans -%}">
{%- trans %}WebGL{% endtrans -%}
</a>
{% endif %}
<a class="button_action" href="{{ model_download }}"
title="{%- trans %}Download{% endtrans -%}"