Looks like this module is injecting //ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
instead of using the sites jquery Resource.
This is causing issues with other modules.
__Not fixed in 2.00.11__
DotNetNuke.Framework.jQuery.RequestRegistration() and
DotNetNuke.Framework.jQuery.RequestUIRegistration() should be used instead.
Comments: ** Comment from web user: bradbamford **
instead of using the sites jquery Resource.
This is causing issues with other modules.
__Not fixed in 2.00.11__
DotNetNuke.Framework.jQuery.RequestRegistration() and
DotNetNuke.Framework.jQuery.RequestUIRegistration() should be used instead.
Comments: ** Comment from web user: bradbamford **
That seems to fixed the biggest jQuery issue.
Thanks!