From bc2ec225b9a3e56cb0700c29bc15a7a8a5ccc17a Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Fri, 4 Aug 2017 11:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E8=AE=AD=E9=80=89=E6=8B=A9=E9=A2=98?= =?UTF-8?q?=E5=9B=9E=E7=AD=94=E6=AD=A3=E7=A1=AE=E5=90=8E=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E4=B8=8B=E4=B8=80=E5=85=B3=E4=BD=86=E6=98=AF?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=BF=98=E6=98=AF=E8=B7=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/games/_code_actions.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/games/_code_actions.html.erb b/app/views/games/_code_actions.html.erb index 9912384d8..cdff9a855 100644 --- a/app/views/games/_code_actions.html.erb +++ b/app/views/games/_code_actions.html.erb @@ -104,6 +104,7 @@ dataType: "json", success: function(data){ console.log(data); + clearInterval(cm); var icon = $("#game_status_<%= @game_challenge.id %>"); // 实训列表的icon icon.find("i").attr("class", "fa fa-unlock fr font-18 mt5 color-light-green w20_center"); icon.find("a:last").attr("title", "已完成");