SyuanYu 8 månader sedan
förälder
incheckning
3ad590d1ea
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      js/index.js

+ 4 - 4
js/index.js

@@ -34,10 +34,10 @@ window.onload = function () {
   //   // renderBanner(result);
   // });
 
-  $('#navbar').load('../../template/navbar.html');
-  $('#footer').load('../../template/footer.html');
-  $('#btn-box').load('../../template/button.html');
-  $('#topCarousel').load('../../template/top_carousel.html');
+  $('#navbar').load('../template/navbar.html');
+  $('#footer').load('../template/footer.html');
+  $('#btn-box').load('../template/button.html');
+  $('#topCarousel').load('../template/top_carousel.html');
 };
 
 function hhh_user_api_login() {