Skip to content
Snippets Groups Projects
Commit 85ee3b0c authored by llaffont's avatar llaffont
Browse files

loading_class.js n'existe plus => correction erreur 404

parent 4e8f1ac3
No related merge requests found
......@@ -11,8 +11,7 @@ $script_loader = Class_ScriptLoader::getInstance()
->addSkinstylesheet('recherche')
->addOpacScripts(['subModal',
'recherche',
'liste_notices_mur',
'loading_class'])
'liste_notices_mur'])
->addJQueryReady(sprintf('$("#reseaux-sociaux").load("%s")',
$this->url(array('controller' => 'recherche',
'action' => 'reseau',
......
......@@ -23,7 +23,6 @@ abstract class ZendAfi_View_Helper_ListeNotices_Abstract extends ZendAfi_View_He
Class_ScriptLoader::getInstance()
->addInlineScript("var resumeAjaxBaseUrl='".$this->view->url(['controller' => 'noticeajax', 'action' => 'resumenotice'])."';")
->addOPACScript('liste_notices_mur')
->addOPACScript('loading_class')
->addJQueryReady("scrollToSelectedNoticeInResult(); vignetteHover($('.liste_mur .notice[data-id]'));")
->loadPrettyPhoto();
if(Class_AdminVar::isAfficherDispoSurRechercheEnabled())
......
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