Open dicksonlaw583 opened 2 years ago
Change jQuery(window).load to jQuery(document).ready to remove this JS error on admin pages in Omeka 3.0's admin theme:
jQuery(window).load
jQuery(document).ready
Uncaught TypeError: e.indexOf is not a function
Change
jQuery(window).load
tojQuery(document).ready
to remove this JS error on admin pages in Omeka 3.0's admin theme: