You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed last Juice ui x asp.net from nuget.
When I run my page.aspx, i receive this error: Run-time JavaScript error : 'Sys' undefined in juice.min.js
In master page (head section) I have , in order,
I have installed last Juice ui x asp.net from nuget.
<script type="text/javascript" src="Scripts/jquery-2.0.2.min.js"></script> <script type="text/javascript" src="Scripts/jquery-ui-1.10.3.min.js"></script> <script type="text/javascript" src="Scripts/amplify.min.js" ></script> <script type="text/javascript" src="Scripts/juice.min.js"></script>When I run my page.aspx, i receive this error: Run-time JavaScript error : 'Sys' undefined in juice.min.js
In master page (head section) I have , in order,
Why?
Thank you
The text was updated successfully, but these errors were encountered: