aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot.php2
-rw-r--r--view/js/main.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index a6cbb9f66..82b920e25 100644
--- a/boot.php
+++ b/boot.php
@@ -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 {