The only "solution" I came up with was using a scr...
# general
p
The only "solution" I came up with was using a script to show / hide the button based on the id -
input#attach
. The problem with that is it hides ALL the attach buttons.
s
You might be able to select the button by it's
onclick
value, which should be unique for each sublist, something like this
p
Thanks @scottvonduhn Will try this out and see how it goes.