summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-05-17 17:56:40 +0200
committermr <mr@mrautenberg.de>2010-05-17 17:56:40 +0200
commit261083e81ee6345481a03774a5ce9f7276385b05 (patch)
tree35756a4ac93a499331f8da2e3d72528441a4846d /public
parentb5496724fa523054c68d8bb9e8be9aeed799d3b1 (diff)
turn off javascript error messages
Diffstat (limited to 'public')
-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!");
}
});
}