Javascript error in non-Types Thickbox popups effecting other plugins
-
Hi there,
I’m the developer of a plugin called Simple Page Tester. I’ve had support reports from users about conflicts between our plugins.
On investigation it appears that you are queuing up javascript files (admin.js) inside of Thickbox popups and it is complaining that the variable pagenow is not set and is being used inside a conditional as a null value.
admin.js?ver=1.5.3:21 Uncaught ReferenceError: pagenow is not defined
Line 21: if( pagenow == ‘plugins’){
Ideally, this file shouldn’t be enqueued on pages where it’s not needed so it doesn’t conflict with other plugins, I know of a few other plugins that this would cause issues with as well as ours.
Any chance it could be fixed in the next minor release?
Thanks!
Josh
- The topic ‘Javascript error in non-Types Thickbox popups effecting other plugins’ is closed to new replies.