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 | |
parent | ab1474314688f0c0a3aae8f95f90e5a36632e91b (diff) | |
download | volse-hubzilla-5db855abfeab40d736e94c8b9a52ddf06a7c1137.tar.gz volse-hubzilla-5db855abfeab40d736e94c8b9a52ddf06a7c1137.tar.bz2 volse-hubzilla-5db855abfeab40d736e94c8b9a52ddf06a7c1137.zip |
it is hard to keep the overview with more than 3 levels
-rw-r--r-- | boot.php | 2 | ||||
-rw-r--r-- | view/js/main.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '10.3.58'); +define('STD_VERSION', '10.3.59'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); 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 { |