hotline MT #128655 add timeout to fix event launch
3 unresolved threads
3 unresolved threads
Merge request reports
Activity
Filter activity
35 35 public function htmlAjaxResponseWithScript($content) { 36 36 Class_ScriptLoader::getInstance() 37 37 ->addAdminScript('onload_utils') 38 ->addJQueryReady('initializePopups();setupAnchorsTarget();'); 38 ->addJQueryReady('setTimeout(function() {initializePopups();setupAnchorsTarget();}, 100);'); changed this line in version 2 of the diff
28 28 'action' => $action], 29 29 $params); 30 30 31 $js_callback .= 'initializePopups();setupAnchorsTarget()'; 31 $js_callback .= 'setTimeout(function() {initializePopups();setupAnchorsTarget();}, 100);'; changed this line in version 2 of the diff
added 1 commit
- ee440044 - hotline MT #128655 add timeout to fix event launch
mentioned in commit 1d320ba7