From ad8571369385a10cfa331bd856e5c0242b1630b7 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 14 Oct 2025 22:01:21 +0000 Subject: [PATCH] indent --- copyparty/web/browser.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index ac53cd24..acb2b29c 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -5607,16 +5607,16 @@ var thegrid = (function () { r.bbox_opts.refocus = true; }, captions: function (g, idx) { - var h = '' + g; + var h = '' + g; return '' + (idx + 1) + ' / ' + this.length + ' -- ' + esc(uricom_dec(h.split('/').pop())) + ''; }, onChange: function (i, maxIdx) { - if (this[i].imageElement) { - sethash('g' + this[i].imageElement.getAttribute('ref') + getsort()); - } + if (this[i].imageElement) { + sethash('g' + this[i].imageElement.getAttribute('ref') + getsort()); + } } }); r.bbox = true;