Skip to content
Snippets Groups Projects
Commit 07408a1a authored by llaffont's avatar llaffont
Browse files

Correction chargement scritps kiosque mode mur / vignettes avec cache

parent 193d66c1
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ class ZendAfi_View_Helper_Accueil_Kiosque extends ZendAfi_View_Helper_Accueil_Ba
protected function _renderHeadScriptsOn($script_loader) {
$script_loader->addJQueryReady('$(".embedcode>div:first-child").click(function(){$(this).next().toggle("fast")})');
if($this->isModeMur() || $this->isModeVignettes()){
$this->view->getHelper('ListeNotices')->loadScript();
$this->view->getHelper('ListeNotices_Mur')->loadScript();
$this->view->getHelper('Notice_LienReserver')->loadScript();
}
}
......
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