Remove the 20 pads limits in recent pads
This commit is contained in:
parent
1802656d9c
commit
569c44bd90
@ -2469,7 +2469,6 @@ define([
|
|||||||
|
|
||||||
$list.append(h('li.cp-app-drive-element-separator', h('span', Messages.drive_active1Day)));
|
$list.append(h('li.cp-app-drive-element-separator', h('span', Messages.drive_active1Day)));
|
||||||
filesList.some(function (arr) {
|
filesList.some(function (arr) {
|
||||||
if (i >= limit) { return true; }
|
|
||||||
var id = arr[0];
|
var id = arr[0];
|
||||||
var file = arr[1];
|
var file = arr[1];
|
||||||
if (!file || !file.atime) { return; }
|
if (!file || !file.atime) { return; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user