From 787acee2ea7f6828ad9c9e7b8c2ed54fceb87135 Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Fri, 12 Apr 2019 16:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=88=B0=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/challenges/create_choose_question.js.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/challenges/create_choose_question.js.erb b/app/views/challenges/create_choose_question.js.erb index bdfca84a..7298dd05 100644 --- a/app/views/challenges/create_choose_question.js.erb +++ b/app/views/challenges/create_choose_question.js.erb @@ -4,4 +4,5 @@ $(".click_active.active").html(html); if($(".add_choose_type").length == 0 && $(".click_active").length < 11){ var html_1 ='+'; $(".click_active.active").after(html_1); -} \ No newline at end of file +} +$(window).scrollTop(0); \ No newline at end of file