it is hard to keep the overview with more than 3 levels

This commit is contained in:
Mario
2025-06-07 09:11:12 +00:00
parent ab14743146
commit 5db855abfe
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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 {