X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FProblems.vue;h=2d5526d01775c0edb4d401adcfe2735ac1daa9e2;hb=934f7f70431e9892b3ea48ba199356b4f24eaf1b;hp=cfc0637eae55458546c86ce35a3e18201b9e956b;hpb=478315ed4fbbfa96959b108efb634efb444aa424;p=vchess.git diff --git a/client/src/views/Problems.vue b/client/src/views/Problems.vue index cfc0637e..2d5526d0 100644 --- a/client/src/views/Problems.vue +++ b/client/src/views/Problems.vue @@ -144,11 +144,11 @@ export default { problems: { "mine": [], "others": [] }, // timestamp of oldest showed problem: cursor: { - "mine": Number.MAX_SAFE_INTEGER, - "others": Number.MAX_SAFE_INTEGER + mine: Number.MAX_SAFE_INTEGER, + others: Number.MAX_SAFE_INTEGER }, // hasMore == TRUE: a priori there could be more problems to load - hasMore: { "mine": true, "others": true }, + hasMore: { mine: true, others: true }, onlyMine: false, showOne: false, infoMsg: "",