diff options
author | Mario <mario@mariovavti.com> | 2025-06-07 09:11:12 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-06-07 09:11:12 +0000 |
commit | 5db855abfeab40d736e94c8b9a52ddf06a7c1137 (patch) | |
tree | 43a4d740a08be5f94b22b243a98f9dd7f7e7eb73 /view/js | |
parent | ab1474314688f0c0a3aae8f95f90e5a36632e91b (diff) | |
download | volse-hubzilla-dev.tar.gz volse-hubzilla-dev.tar.bz2 volse-hubzilla-dev.zip |
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 338141921..8e369f62a 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1600,7 +1600,7 @@ const autoExpand = (function () { async function autoExpand(id) { const loading = document.getElementById('like-rotator-' + id); - const maxIterations = 10; + const maxIterations = 3; clickedElements.clear(); try { |