Skip to content
Snippets Groups Projects
Commit 460d01a8 authored by efalcy's avatar efalcy
Browse files

Desactivation EPUB sur mobile (pb de crash)

parent 3c64f374
Branches
Tags
No related merge requests found
......@@ -40,10 +40,10 @@ class Telephone_RechercheController extends RechercheController {
$this->_('Notices liées') => ['action' => 'frbr']
];
if ($notice->isLivreNumerique() || $notice->isEpub()) {
/*if ($notice->isLivreNumerique() || $notice->isEpub()) {
$actions[$this->_('Feuilleter le livre')] = ['action' => 'ressourcesnumeriques',
'attribs' => ['data-ajax' => 'false']];
}
}*/
if ($notice->isArteVOD()) {
$actions[$this->_('Bande-annonce')] = ['action' => 'ressourcesnumeriques',
......
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