diff options
-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 { |