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 **
I'm specifically running DNN 07.00.05
jQuery: //ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
jQuery UI://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js
I'm not using a Telerik Rad Window, or any Telerik controls besides the code DNN has built into the Core.
I see that you are using jQuery.RequestRegistration() in CKEditorControl.cs, followed by:
HttpContext.Current.Items["JSL.1"]
What is this little hack checking for?
Because on my site, jQuery is loading, then getting loaded again because it doesn't pass that little check.