Explorar el Código

Update showdoc.js

star7th hace 8 años
padre
commit
fa4f5e6753
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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();
+}