Explorar el Código

云模官网样式修改

sunyadv hace 5 años
padre
commit
99e7af46da
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      website/src/main/resources/templates/about.html

+ 1 - 0
website/src/main/resources/templates/about.html

@@ -329,6 +329,7 @@
 
                 $(".public").click(function(){
                     $(".public").hide();
+                    $(".form-group input,.form-group textarea").val("");
                 });
             });
         </script>