From 061d41e50ab6181f82de0dbdeffab958ac992637 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Fri, 25 Sep 2015 10:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=B5=84=E6=BA=90=20?= =?UTF-8?q?=E5=92=8C=20=E9=A1=B9=E7=9B=AE=E8=B5=84=E6=BA=90=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=80=9A=E7=94=A8=EF=BC=8C=E9=9C=80=E8=A6=81=E5=AF=B9?= =?UTF-8?q?js=E8=BF=9B=E8=A1=8C=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/files/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index 489c0357d..eb2597127 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -223,6 +223,7 @@ }); } + <%= if @course %> var tagNameHtml; //当前双击的链接的父节点的html var tagName; //标签的值 var parentCssBorder; //当前双击的链接的父节点 @@ -271,6 +272,7 @@ } } }); + <%end %>