The registration control kills all jquery on my site. When I remove the control everything works but when I add it back it all stops again. How do I make the user control not add any jquery scripts.
I have tried adding
Imports CMS.GlobalHelper
Protected Sub Page_Load(sender As Object, e As System.EventArgs) Handles Me.Load
ScriptHelper.RegisterJQuery(Page)
End Sub
to my aspx page but it doesn't seem to prevent the additional jquery scrips from being added.