Update saver.js

This commit is contained in:
Lucas 2019-10-18 11:25:07 +01:00
parent 34ac6e0041
commit ca39ec8180
1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@ document.body.arrive(".footer", { onceOnly: true, existing: true }, function ()
var area_editor_footer = jQuery(".editorFooter");
<a href="#" class="shop-button clickable" id="add">Add to Cart</a>
area_editor_footer
.append(jQuery("<a />", { css: style_shop_button, class: class_shop_button, text: "Download STL" }).on("click", save_stl))
.append(jQuery("<a />", { css: style_shop_button, class: class_shop_button, text: "Download OBJ" }).on("click", save_obj));