kopia lustrzana https://github.com/backface/turtlestitch
lemme fix that syntax for ya ;-)
rodzic
bbf31254c2
commit
f553d673bf
|
|
@ -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) : ''
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue