When an admin fieldset is given the class "collapse", it is rendered with a Show/Hide link installed by CollapsedFieldset.js which collapses or expands it.
In all cases where the collapse class appears, I'd like the link to be the whole fieldset box (or a div of that dimension) instead of just the word "Show".
What is the best way to "override" the default admin Javascript file? If there were an extrahead block in the template stacked.html, it seems like that would be the way to do it, but there is none - maybe because at the time stacked.html is used, the head has already been written?
I could just modify the admin Javascript file but that doesn't seem right.