Hi there,
I was wondering, is there a way to turn off the additional jQuery <script> tag which CKEditor for .NET puts into the page code? It is causing a duplicate because I already have jquery-1.10 in a script tag, but when the page is rendered I can see jquery-1.9.0 added, and it must be done by CKEditor for .NET, there is nothing else on the page at the moment, and removing the component stops the duplicate from loading.
Is there a setting I can use to stop CKeditor for .NET from doing that?
I am using CKEditor 3.6.4 for ASP.NET, on an ASP.NET Webforms 4.0 page / system.
Thanks!
Never mind!
I thought it was CKEditor, but instead there was a flow-on effect from related code which caused the problem.
Doh!
All good, working like a charm.