]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed minor issue.
authorScott Barnett <scott.n.barnett@gmail.com>
Sun, 25 Sep 2011 18:18:33 +0000 (04:18 +1000)
committerScott Barnett <scott.n.barnett@gmail.com>
Sun, 25 Sep 2011 18:18:33 +0000 (04:18 +1000)
files/js/filelist.js

index 4ea2aadbc344a820bda7b676ecd5d1deec95ec23..66092220795ded8776b7173d7513e751dc49932a 100644 (file)
@@ -27,7 +27,7 @@ FileList={
                lastModifiedTime=Math.round(lastModified.getTime() / 1000);
                modifiedColor=Math.round((Math.round((new Date()).getTime() / 1000)-lastModifiedTime)/60/60/24*14);
                html+='<td class="filesize" title="'+humanFileSize(size)+'" style="color:rgb('+sizeColor+','+sizeColor+','+sizeColor+')">'+simpleSize+'</td>';
-               html+='<td class="date"><span class="" title="'+formatDate(lastModified)+'" style="color:rgb('+modifiedColor+','+modifiedColor+','+modifiedColor+')">'+relative_modified_date(lastModified.getTime() / 1000)+'</td>';
+               html+='<td class="date"><span class="modified" title="'+formatDate(lastModified)+'" style="color:rgb('+modifiedColor+','+modifiedColor+','+modifiedColor+')">'+relative_modified_date(lastModified.getTime() / 1000)+'</span></td>';
                html+='</tr>';
                FileList.insertElement(name,'file',$(html));
                if(loading){