You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin works very well (in Chrome) on a site I'm developing. In Firefox, however, ajax isn't firing at all. Is this a known issue with the plugin or could there be something else interfering with it?
Edit: I realize this is a vague question. Here's the error message I'm getting in Firebug.
-- Start Error --
ReferenceError: event is not defined
if ( event.which == 2 || event.metaKey ) { return true; }
-- End Error --
The text was updated successfully, but these errors were encountered:
This plugin works very well (in Chrome) on a site I'm developing. In Firefox, however, ajax isn't firing at all. Is this a known issue with the plugin or could there be something else interfering with it?
Edit: I realize this is a vague question. Here's the error message I'm getting in Firebug.
-- Start Error --
ReferenceError: event is not defined
if ( event.which == 2 || event.metaKey ) { return true; }
-- End Error --
The text was updated successfully, but these errors were encountered: