UCSCLibrary / YouTubeImport

This Omeka plugin adds the ability to import Youtube videos into Omeka as items while preserving as much metadata as possible
8 stars 10 forks source link

Fix JS error on admin pages in Omeka 3.0 #40

Open dicksonlaw583 opened 2 years ago

dicksonlaw583 commented 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:

Uncaught TypeError: e.indexOf is not a function