Click here to Skip to main content
16,016,501 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I linked below scripts in just below of the header but not getting load the pace..why?

<script src="~/Assets/Matronic/global/plugins/pace.min.js"></script>
   <!-- END PAGE FIRST SCRIPTS -->
   <!-- BEGIN PAGE TOP STYLES -->
   <link href="~/Assets/Matronic/global/plugins/pace-theme-flash.css" rel="stylesheet" />


What I have tried:

and even tried in index page to like below..then alos cannot working.

@section Scripts
{
    <!-- BEGIN PAGE FIRST SCRIPTS -->

    <script src="~/Assets/Matronic/global/plugins/pace.min.js"></script>
    
    <link href="~/Assets/Matronic/global/plugins/pace-theme-flash.css" rel="stylesheet" />
}
Posted
Updated 5-Nov-18 23:36pm

 
Share this answer
 
Sorry guys, I had mistake..was linked another loader any where. so that was conflicted..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900