Just upgraded from 10.1.1 to 10.2.0 then to 10.2.1 i had a number of js files included in the .ascx files via the following format:-
<dnn:DnnJsInclude runat="server" FilePath="../Common/js/jquery.sticky.js" PathNameAlias="SkinPath" /> These files are no longer loading, to work around this for now i've moved the files so they are off the root folder
<dnn:DnnJsInclude runat="server" FilePath="/Common/js/jquery.sticky.js" />
Ideally, i would prefer them to stay under the skin path, as we sometimes have a variation based on the skin
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.