Problems with Javascript in Backend
Hi,
I have a problems with javascript links, it works fine in frontend but in backend it is not working, the javascripts files not loading.
I am using JavaScriptEmbedControl for load javascript file, I have this in my master page:
<%@ Register TagPrefix="sf" Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.PublicControls" %>
<
sf:JavaScriptEmbedControl
runat
=
"server"
ID
=
"jsjcarousellite"
ScriptEmbedPosition
=
"InPlace"
Url
=
"~/Sitefinity/WebsiteTemplates/SmarterCommerce/JS/myjavascript.js"
/>
<
sf:JavaScriptEmbedControl
runat
=
"server"
ID
=
"jslightbox"
ScriptEmbedPosition
=
"InPlace"
Url
=
"~/Sitefinity/WebsiteTemplates/SmarterCommerce/JS/jquery.min.js"
/>
I am having a similar issue, did you ever get an answer from Sitefinity? FWIW, this blog post appears to have at least a recommendation, though I have heard that there are some issues with the below as well: