2
0
forked from Wavyzz/dolibarr

Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2023-12-21 19:44:25 +01:00
17 changed files with 51 additions and 22 deletions

View File

@@ -10803,6 +10803,7 @@ process.nextTick = (function () {
if (canPost) {
var queue = [];
window.addEventListener('message', function (ev) {
console.log("postMessage sent"+ev.data); /* Added by LDR to track postMessage event coming from same or other web page/sites */
var source = ev.source;
if ((source === window || source === null) && ev.data === 'process-tick') {
ev.stopPropagation();