I’m not a fan of the throbber that shows when a user removes an attachment or chooses to add another item. I have PECL upload progress installed and am a fan of that but how can I get rid of the throbber when a user wants to remove an item or add another item? Thank you very much.
Comments
Comment #1
vm commentedlooks like it may take some hacking of the filefield_widget.inc file
may give you something to work with until such time as somene can give you a full answer.
Comment #2
quicksketchI'd suggest putting a
display: noneor other CSS in you theme's style.css to simply hide the functionality.Comment #3
quicksketch