From a4c983a7e0a4923c3c65c5ade9b16908f546a174 Mon Sep 17 00:00:00 2001 From: kyg516 Date: Wed, 21 Sep 2016 18:42:33 +0900 Subject: [PATCH] Update --- app/views/home/index.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index da9e8bd..96abcc8 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -161,7 +161,7 @@ ')"> <%=t["name"]%> <% else %> - + "><%=t['name']%> <% end %> @@ -275,7 +275,8 @@ function change_directory(directory){ new_tr += "" + result.file[i].name + ""; }else{ new_tr += ""; - new_tr += "" + result.file[i].name + "" + new_tr += "" + new_tr += " " + result.file[i].name + "" new_tr += ""; } new_tr += ""+result.file[i].auth+"";