Iframed plugin calls a non-existant javascript file

bipster / 2012-12-02 18:44:29   

Using the Iframed plugin I get the following error in Firebug:

  1. GET xxxxxxxxxxxxx.com/ndxzsite/js/…;(Not Found)

Is the following line in the plugin file necessary?

  1. $OBJ->page->add_jquery('blank.js', 19);
Vaska A / 2012-12-02 18:56:19   

It's not. We need to find a technique for calling up jquery to be used without calling a script (blank.js in this case). For the moment, it's an inefficient workaround...

This thread has been closed, thank you.