I get this error message:
NetworkError: 404 Not Found - http://dnndev.me/Resources/Shared/Scripts/jquery.min.js?cdv=49"
when loading my webpage.
I think this is related to the include:
<dnn:DnnJsInclude runat="server" PathNameAlias="SharedScripts" FilePath="jquery.min.js" />
and the fact that "jquery.min.js" is in a sub folder of what I believe "SharedScripts" to be. However i have not succeeded in finding where SharedScripts is set.
Can anybody help?