Merge remote-tracking branch 'origin/support/3.0' into support/3.1

This commit is contained in:
Pierre Goiffon
2023-11-10 15:21:10 +01:00
3 changed files with 34 additions and 2 deletions

View File

@@ -254,14 +254,14 @@ JS
protected function GetReadyScriptsStartedTrigger(): ?string
{
return <<<JS
$("body").attr("data-ready-scripts", "start");
CombodoJsActivity.AddOngoingScript();
JS;
}
protected function GetReadyScriptsFinishedTrigger(): ?string
{
return <<<JS
$("body").attr("data-ready-scripts", "done");
CombodoJsActivity.RemoveOngoingScript();
JS;
}
}