aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-06-07 09:11:12 +0000
committerMario <mario@mariovavti.com>2025-06-07 09:11:12 +0000
commit5db855abfeab40d736e94c8b9a52ddf06a7c1137 (patch)
tree43a4d740a08be5f94b22b243a98f9dd7f7e7eb73 /view/js
parentab1474314688f0c0a3aae8f95f90e5a36632e91b (diff)
downloadvolse-hubzilla-dev.tar.gz
volse-hubzilla-dev.tar.bz2
volse-hubzilla-dev.zip
it is hard to keep the overview with more than 3 levelsHEADdev
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js2
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 {