소스 검색

添加地址

yee 8 년 전
부모
커밋
4eff9c3ab8
2개의 변경된 파일310개의 추가작업 그리고 304개의 파일을 삭제
  1. 301 295
      html/index.html
  2. 9 9
      html/js/public.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 301 - 295
html/index.html


+ 9 - 9
html/js/public.js

@@ -1,9 +1,9 @@
-$(function(){
-//	$('div.dropdown').mouseover(function() {
-//	  	$(this).addClass('open');    
-//	}).mouseout(function() {        
-//		$(this).removeClass('open');    
-//	});
-//	$("#myCarousel").carousel('cycle');
-//	$("#myCarousel1").carousel('cycle');
-})
+$(function () {
+    //	$('div.dropdown').mouseover(function() {
+    //	  	$(this).addClass('open');    
+    //	}).mouseout(function() {        
+    //		$(this).removeClass('open');    
+    //	});
+    //	$("#myCarousel").carousel('cycle');
+    //	$("#myCarousel1").carousel('cycle');
+})