From a3d30d99e57e6cbd9d89c171d16a9c57f8efb442 Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 22 May 2019 11:31:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9js=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/textarea.js | 4 ++++ js/ueber-uns.js | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 js/textarea.js delete mode 100644 js/ueber-uns.js diff --git a/js/textarea.js b/js/textarea.js new file mode 100644 index 00000000..1e683cdb --- /dev/null +++ b/js/textarea.js @@ -0,0 +1,4 @@ +$(function(){ + var textarea = ''; + $('#area').html(textarea); +}); \ No newline at end of file diff --git a/js/ueber-uns.js b/js/ueber-uns.js deleted file mode 100644 index 4821cbe0..00000000 --- a/js/ueber-uns.js +++ /dev/null @@ -1,4 +0,0 @@ -$(function(){ - var textarea = ''; - $('#area').html(textarea); -}); \ No newline at end of file