rabin 8 jaren geleden
bovenliggende
commit
443f57b54c
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 1
      front/templates/pc/inc/header.html
  2. 0 1
      front/templates/pc/inc/script.html

+ 2 - 1
front/templates/pc/inc/header.html

@@ -9,4 +9,5 @@
 <meta name="Keywords" content="" />
 <meta name="Description" content="" />
 
-<link href="{{static_url('pc/css/global.css')}}" rel="stylesheet">
+<link href="{{static_url('pc/css/global.css')}}" rel="stylesheet">
+<script type="text/javascript" src="{{static_url('pc/lib/jquery/jquery-1.8.3.min.js')}}"></script>

+ 0 - 1
front/templates/pc/inc/script.html

@@ -34,6 +34,5 @@
         </form>
     </div>
 </div>
-<script type="text/javascript" src="{{static_url('pc/lib/jquery/jquery-1.8.3.min.js')}}"></script>
 <script type="text/javascript" src="{{static_url('pc/js/global.js')}}"></script>
 <script type="text/javascript" src="{{static_url('pc/js/main.js')}}"></script>