Merge branch 'soon'

pull/1/head
ansuz 2019-05-21 11:20:37 +02:00
commit 7a1b8baf77
1 changed files with 0 additions and 1 deletions

View File

@ -2469,7 +2469,6 @@ define([
$list.append(h('li.cp-app-drive-element-separator', h('span', Messages.drive_active1Day)));
filesList.some(function (arr) {
if (i >= limit) { return true; }
var id = arr[0];
var file = arr[1];
if (!file || !file.atime) { return; }