[Plugin: Widget Image Field] Broken in FIrefox
-
Just wanted to post this in case others have this problem. In Firefox I get this error:
ReferenceError: event is not defined
tb_show(jQuery(this).attr('title'), event.target.href, false);
Seems like it should be e instead of event since that’s the parameter that was passed in. After changing to the line below it works.
tb_show(jQuery(this).attr('title'), e.target.href, false);
Thanks for the great plugin. It’s very useful!
https://www.ads-software.com/extend/plugins/widget-image-field/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Widget Image Field] Broken in FIrefox’ is closed to new replies.