Exhibit page edit screens are throwing "e.indexOf is not a function" errors. Omeka 3 upgraded to jquery 3 which [deprecated the .load() method](https://api.jquery.com/load-event/) Per that page, we need to replace the [calls to .load() in OmekaFootnotes.js](https://github.com/DigitalCarleton/OmekaFootnotesJS/blob/60a970bbaa02aaa7ee04a79356befe5636aca63d/views/admin/javascripts/OmekaFootnotes.js#L5) with .on("load",callback)..