Disabled thingiview for obj models, since thingiview's support for them seems to be broken.
This commit is contained in:
parent
d25ed5dd4c
commit
d93eac36fc
@ -119,11 +119,13 @@ window.show_things = function () {
|
|||||||
title="{%- trans %}Side{% endtrans -%}">
|
title="{%- trans %}Side{% endtrans -%}">
|
||||||
{%- trans %}Side{% endtrans -%}
|
{%- trans %}Side{% endtrans -%}
|
||||||
</a>
|
</a>
|
||||||
|
{% if media.media_data.file_type == "stl" %}
|
||||||
<a id="webgl_button" class="button_action"
|
<a id="webgl_button" class="button_action"
|
||||||
onclick="show_things();"
|
onclick="show_things();"
|
||||||
title="{%- trans %}WebGL{% endtrans -%}">
|
title="{%- trans %}WebGL{% endtrans -%}">
|
||||||
{%- trans %}WebGL{% endtrans -%}
|
{%- trans %}WebGL{% endtrans -%}
|
||||||
</a>
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<a class="button_action" href="{{ model_download }}"
|
<a class="button_action" href="{{ model_download }}"
|
||||||
title="{%- trans %}Download{% endtrans -%}"
|
title="{%- trans %}Download{% endtrans -%}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user