I’ve been currently developing a module, which was working fine. Now, the console throws an error every time I click a link in the administrator menu.
For example, when I click the Content link, I get this error.
When I click the Dashboard link, I get this error.
I added the jquery-1.11.2.min.js file with hook_init()
to make the module work.
function myid_init () { drupal_add_js(drupal_get_path("module", "myid") . "/js/jquery-1.11.2.min.js"); }
How can I fix these errors?
Sponsored by SupremePR