Hi Jonathan,
The simultaneous add/delete is working now… at least in Chrome. However, in Firefox and Safari, attempts to add a file result in the red “Attached!” text, and then the modal abortively closes and no file is added to the attachments list.
I’m seeing the following errors in the JavaScript console:
return not in function
https://[host]/wp-content/plugins/attachments/js/handlebars.js?ver=1.0.beta.6
Line 2
followed by:
Handlebars is not defined
https://[host]/wp-content/plugins/attachments/js/attachments.js?ver=1.6.2
Line 88
I think the hiccup in the first is causing the handlebars object to not be set up. No idea why this was working for me in Chrome, but the other two cases definitely fail.
Additionally, in Chrome, I’m not getting a filename or thumbnail on add.
My setup info remains the same.
Thanks so much for your time on this!