summaryrefslogtreecommitdiff
path: root/public/javascripts/toxcreate.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/javascripts/toxcreate.js')
-rwxr-xr-xpublic/javascripts/toxcreate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/javascripts/toxcreate.js b/public/javascripts/toxcreate.js
index dd2b584..8c5a6a8 100755
--- a/public/javascripts/toxcreate.js
+++ b/public/javascripts/toxcreate.js
@@ -70,7 +70,7 @@ $(function() {
$("div#model_" + id).html(data);
},
error: function(data) {
- alert("loadModel error");
+ //alert("loadModel error");
}
});
return false;
@@ -100,7 +100,7 @@ jQuery.fn.deleteModel = function(type, options) {
$(opts.elem).fadeTo("slow",0).slideUp("slow");
},
error: function(data) {
- alert("model delete error!");
+ //alert("model delete error!");
}
});
}