mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
it is hard to keep the overview with more than 3 levels
This commit is contained in:
2
boot.php
2
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);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user