瀏覽代碼

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();
+}