summaryrefslogtreecommitdiff
path: root/public/javascripts/toxcreate.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/javascripts/toxcreate.js')
-rwxr-xr-xpublic/javascripts/toxcreate.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/javascripts/toxcreate.js b/public/javascripts/toxcreate.js
index 91789f8..ee783ce 100755
--- a/public/javascripts/toxcreate.js
+++ b/public/javascripts/toxcreate.js
@@ -207,6 +207,7 @@ jQuery.fn.deleteModel = function(type, options) {
if(confirm(opts.confirm_message)) {
$("div#model_" + opts.id).fadeTo("slow",0.5);
$("span#model_" + opts.id + "_status").html("Deleting");
+ $("a#delete_" + opts.id).html("");
$.ajax({
type: opts.method,
url: opts.action,