소스 검색

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of sim.pli.city bits 2 년 전
부모
커밋
da05ce4239
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Public/js/common.js

+ 4 - 0
Public/js/common.js

@@ -25,6 +25,10 @@
  * @copyrights (c) 2021, 2024, 5 Mode 
  */
 
+function closeMe(tthis) {
+  $(tthis).parent().hide();
+}
+
 /**
  * Encrypt the given string
  *