If you remove some part of your program, do it right...

This commit is contained in:
Christoph Stahl 2019-06-24 20:46:49 +02:00
parent 31140efa7e
commit 346575a32b
2 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ function init() {
character_area.append(labeljson);
character_area.css("right", 0);
stl.click(function(e) {
/*stl.click(function(e) {
e.preventDefault();
var exporter = new RK.STLExporter();
var objs = CK.character.children;
@ -240,7 +240,7 @@ function init() {
var name = CK.data.meta.character_name
name = name === "" ? "unnamed" : name
download(stlString, name + '.stl', 'application/sla');
});
});*/
stl_base.click(function(e) {
e.preventDefault();
var exporter = new RK.STLExporter();

2
herosaver.min.js vendored

File diff suppressed because one or more lines are too long