From ab8a8bfebc897fb2bba2fedbf1dcde7e48ebff38 Mon Sep 17 00:00:00 2001 From: cxt Date: Sat, 30 Sep 2017 16:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=AE=9E=E8=AE=AD=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E6=97=B6=EF=BC=8C=E7=82=B9=E5=87=BB=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=90=8E=E5=BC=B9=E6=A1=86=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=B6=88=E5=A4=B1=E5=AF=BC=E8=87=B4=E5=8F=AF=E4=BB=A5=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=97=A0=E6=95=B0=E6=AC=A1=EF=BC=8C=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=A4=9A=E6=9D=A1=E4=B8=80=E6=A0=B7=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/edu/homework.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/javascripts/edu/homework.js b/public/javascripts/edu/homework.js index 227c28b99..7d28bd571 100644 --- a/public/javascripts/edu/homework.js +++ b/public/javascripts/edu/homework.js @@ -346,5 +346,6 @@ function new_shixun_homework(id){ var type=$("input[name='shixun_homework']:checked").val(); console.log(type); $("#shixun_homework_common_new").submit(); + hideModal(); } }