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 use chl-master, i added all css and js link to _layout.cshtml in mvc Project but don't delete bundle to bootstrap and jquery
when paged loaded i HTML transferm from right to left , if delete bootstrap links it work fine.
for fix these i add this code in _layout.cshtml <script> $(function () { $("html").removeAttr('class'); $("body").css('padding-top','0') }); </script>
The text was updated successfully, but these errors were encountered:
i use chl-master, i added all css and js link to _layout.cshtml in mvc Project but don't delete bundle to bootstrap and jquery
when paged loaded i HTML transferm from right to left , if delete bootstrap links it work fine.
for fix these i add this code in _layout.cshtml
<script> $(function () { $("html").removeAttr('class'); $("body").css('padding-top','0') }); </script>
The text was updated successfully, but these errors were encountered: