diff --git a/VERSIONS_HOTLINE/30479 b/VERSIONS_HOTLINE/30479 new file mode 100644 index 0000000000000000000000000000000000000000..1f5f8287b9a9264d53a3546de477aa5767fdc65a --- /dev/null +++ b/VERSIONS_HOTLINE/30479 @@ -0,0 +1 @@ + - ticket #30479 : Erreur à l'affichage des plans de localisation. \ No newline at end of file diff --git a/public/opac/js/recherche.js b/public/opac/js/recherche.js index 9af1afd2ab3e12c9c2b3020f69d3bf052bec0590..ce10400d803c3dc922565ca84a6f119cf8ab9deb 100644 --- a/public/opac/js/recherche.js +++ b/public/opac/js/recherche.js @@ -145,7 +145,8 @@ function localisationExemplaire(localization_img, id_bib, sCote, sCodeBarres) { return; } - if(data.url == null) { + if(data.url == null || data.url == '') { + restore_localization_img(); localisationBulle(data.titre, data.description, data.photo); return; }