mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove old modified arg for collections.
This commit is contained in:
parent
943386f42d
commit
cb743d3b33
@ -75,7 +75,6 @@ Collection.prototype = {
|
||||
args.push('older=' + this.older);
|
||||
else if (this.newer) {
|
||||
args.push('newer=' + this.newer);
|
||||
args.push('modified=' + this.newer); // tmp hack for older servers
|
||||
}
|
||||
if (this.full)
|
||||
args.push('full=1');
|
||||
|
Loading…
Reference in New Issue
Block a user