From 6077b068fbd3fd5790706351417396a15ebac97c Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Thu, 27 Dec 2012 09:18:01 +0000 Subject: [PATCH] =?UTF-8?q?#408=20=E8=81=94=E7=B3=BB=E4=BA=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=8D=95=E4=BD=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=A1=AB=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/views/scripts/author/metadata-new.phtml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/default/views/scripts/author/metadata-new.phtml b/application/default/views/scripts/author/metadata-new.phtml index 1c66fbe6..2bea9200 100644 --- a/application/default/views/scripts/author/metadata-new.phtml +++ b/application/default/views/scripts/author/metadata-new.phtml @@ -299,6 +299,12 @@ function prepare(){ $(this).val(''); } }); + $('.contact_unit').each(function(index, element) { + if($(this).val()=='单位') + { + $(this).val(''); + } + }); } function save(s,btn){