rework update schedule, update existing ticks, use insertBefore()
All checks were successful
continuous-integration/drone/push Build is passing

Re-triggering the update is now done globally again with lock on
ticker level to avoid concurrent updates.

If a tick with a known ID is received, the markup is now updated, so no
duplicates should appear.

The prepend() function used to update the markup is replaced by
insertBefore() for Internet Explorer compatibility.
This commit is contained in:
2020-11-11 16:08:21 +01:00
parent b2058dfe96
commit 944c2dd6c1
2 changed files with 25 additions and 5 deletions

View File

@@ -84,6 +84,7 @@ caching time of 12 hours obviously makes no sense.
* Requires WordPress 4.7 or above
* Migrated AJAX to REST API
* Resolved Javascript compatibility issues with IE11
### 1.1.1 - 2021-03-20