From bb67a8f77de97371d5384d1d4afacf3e6c910e98 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 22 Jan 2016 17:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E6=B5=8B=E8=AF=95=E9=9B=86=E5=A4=9F?= =?UTF-8?q?=E9=95=BF=EF=BC=8C=E7=82=B9=E5=87=BB=E5=A2=9E=E5=8A=A0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=9B=86=EF=BC=8C=E6=AD=A4=E6=97=B6=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=9A=E4=BD=8D=E5=88=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=9B=86=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/homework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/homework.js b/public/javascripts/homework.js index 45721fd1b..0762a6db3 100644 --- a/public/javascripts/homework.js +++ b/public/javascripts/homework.js @@ -194,7 +194,7 @@ $(function(){ autoTextarea2(outputs[i], inputs[i]); } } - + $(inputs[inputs.length - 1]).focus(); }); $("#BluePopupBox").on('click', 'a.icon_remove', function(){ $(this).parent('.mt10').remove();