Uncaught ReferenceError
-
Hi,
thanks for making and maintaing this great plugin!
I am not sure if this actually a problem caused by your plugin but maybe you can find out and point me in the right direction.
I keep geeting this error:
Uncaught ReferenceError: NAN is not defined
in the console log, pointing me to a piece of code from this plugin.
The code that seems to be causing the trouble looks like this:
cwp_namespace.fluid_images.Widgets['category-posts-3'] = new cwp_namespace.fluid_images.WidgetPosts(cwp_namespace.fluid_images.widget,NAN); cwp_namespace.fluid_images.widget = jQuery('#category-posts-2'); cwp_namespace.fluid_images.Widgets['category-posts-2'] = new cwp_namespace.fluid_images.WidgetPosts(cwp_namespace.fluid_images.widget,NAN); cwp_namespace.fluid_images.widget = jQuery('#category-posts-4'); cwp_namespace.fluid_images.Widgets['category-posts-4'] = new cwp_namespace.fluid_images.WidgetPosts(cwp_namespace.fluid_images.widget,1);
I think this comes from category-posts-widget/cat-posts.php
What was causing it to output NaN?
Thanks in advance!
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Uncaught ReferenceError’ is closed to new replies.