From d0908c9132190d16f133f1f50dae5c03fc842271 Mon Sep 17 00:00:00 2001 From: nieguanghui Date: Fri, 3 Jan 2014 10:29:29 +0800 Subject: [PATCH] front page --- app/views/welcome/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 85cd06eef..a0249918b 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -1,4 +1,4 @@ -
+

<%= l(:label_welcome_trustie) %> , <%= l(:label_welcome_trustie_description) %> @@ -76,7 +76,7 @@ } $(function(){ - $("a").attr("target", "_blank"); + $("#main").find("a").attr("target", "_blank"); }); function showInfo(id, content) {