Browse Source

[fix] freeze btn during upload

version-14
Anand Doshi 10 years ago
parent
commit
2eca227957
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      frappe/public/js/frappe/upload.js

+ 2
- 1
frappe/public/js/frappe/upload.js View File

@@ -92,7 +92,8 @@ frappe.upload = {
var attachment = r.message;
opts.callback(attachment, r);
$(document).trigger("upload_complete", attachment);
}
},
btn: opts.btn
});
}
}


Loading…
Cancel
Save