lemme fix that syntax for ya ;-)

pull/89/head
jmoenig 2019-07-17 20:10:24 +02:00
rodzic bbf31254c2
commit f553d673bf
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -34,7 +34,7 @@
/*global modules, hex_sha512*/
modules = modules || {};
modules.cloud = '2019-July-01';
modules.cloud = '2019-July-17';
// Global stuff
@ -983,7 +983,7 @@ Cloud.prototype.getUserCollections = function (
this.encodeDict(
page > 0 ?
{
page: page
page: page,
pagesize: pageSize || 16,
matchtext:
searchTerm ? encodeURIComponent(searchTerm) : ''