Skip to content
Snippets Groups Projects
Commit 22988622 authored by Laurent's avatar Laurent
Browse files

hotline #148836 Google Chrome : fix Intonation RenderAjax which should

generate document.ready scripts instead of setTimeOut
parent 8c79a38e
No related merge requests found
Pipeline #15999 failed with stage
in 27 minutes and 46 seconds
- correctif #148836 : Google Chrome : correction de l'affichage des exemplaires pouvant survenir dans la page notices
\ No newline at end of file
......@@ -39,7 +39,6 @@ class Intonation_View_RenderAjax extends ZendAfi_View_Helper_BaseHelper {
$url['inspector_gadget'] = 1;
Class_ScriptLoader::getInstance()
->beAjax()
->addJQueryReady(sprintf('$("#%s").load("%s", function() {%s});',
$id,
$this->view->url($url, null, true),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment