From: Robin Appelman Date: Fri, 3 Jun 2011 00:54:54 +0000 (+0200) Subject: fix download links of newly uploaded files X-Git-Tag: v3.0~267^2~556 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=815f2390142e0a9a73df8fc2f726d4799886f2d4;p=nextcloud-server.git fix download links of newly uploaded files --- diff --git a/files/js/files.js b/files/js/files.js index 70774f6ac44..b8bfb02b2bc 100644 --- a/files/js/files.js +++ b/files/js/files.js @@ -157,7 +157,7 @@ $(document).ready(function() { var uploadTime=monthNames[date.getMonth()]+' '+date.getDate()+', '+date.getFullYear()+', '+((date.getHours()<10)?'0':'')+date.getHours()+':'+date.getMinutes(); var html=''; html+=''; - html+=''+name+''; + html+=''+name+''; html+=''+size+''; html+=''+uploadTime+''; html+='';