소스 검색

Update showdoc.js

star7th 8 년 전
부모
커밋
fa4f5e6753
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      Public/js/common/showdoc.js

+ 6 - 1
Public/js/common/showdoc.js

@@ -107,4 +107,9 @@ function delCookie (NameOfCookie)
     allow_dismiss: true,
     stackup_spacing: 10 // spacing between consecutively stacked growls.
   });
- }
+ }
+
+//关闭Div
+function closeDiv(target) {
+	$(target).hide();
+}