From 5b76ae50ef3730483a4b10fbd25ce46f5824ac1d Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Fri, 16 Oct 2015 10:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=AD=A6=E6=A0=A1=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E7=BB=99=E5=87=BA=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/school/add_school.js.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/school/add_school.js.erb b/app/views/school/add_school.js.erb index 181c4e03b..9ebecb682 100644 --- a/app/views/school/add_school.js.erb +++ b/app/views/school/add_school.js.erb @@ -1 +1,2 @@ -$("input[name='occupation']").val('<%= @school.id%>'); \ No newline at end of file +$("input[name='occupation']").val('<%= @school.id%>'); +$("#hint").html('εˆ›ε»ΊζˆεŠŸ').show(); \ No newline at end of file