This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] freeze btn during upload
version-14
Anand Doshi
10 years ago
parent
548a541365
commit
2eca227957
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
});
}
}
Write
Preview
Loading…
Cancel
Save