Skip to content
Snippets Groups Projects
Commit 0f4640f2 authored by gloas's avatar gloas
Browse files

correction script call reload

parent 76d0f6b9
No related merge requests found
......@@ -8,7 +8,7 @@ if($this->id_module){
$url_reload = $this->absoluteUrl(['controller' => 'modules-accueil',
'action' => 'render-module',
'id' => $this->id_module],null,true);
echo "<script>window.setTimeout(function(){$('.boite.panier').reload('".$url_reload."');opacDialogClose();},200);</script>";
echo "<script>$('.boite.panier').reload('".$url_reload."');opacDialogClose();</script>";
}
?>
<div class="ajout-result"><span><?php echo $this->_('La notice ').$this->notice->getTitrePrincipal().$this->_(' a bien été ajoutée au panier ').$this->panier->getLibelle(); ?></span>
......
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