I recently upgraded to the newest version of the active administrator, and now my delete buttons do not work. I use standard pages that are generated unchanged. I get this error in the browser debugging console:
Uncaught TypeError: cannot read the mozilla property from undefined active_admin.js: 9612 (anonymous function) active_admin.js: 9612 (anonymous function) active_admin.js: 10118
Here is my application.js file.
I use jquery through my site, so I'm sure that it is included.
I used rails to generate active_admin: assets many times. I am trying to fix this in about 10 hours, and I'm at a standstill. Any help would be greatly appreciated.
source share