Skip to content
Snippets Groups Projects
Commit f0cfacda authored by lbrun's avatar lbrun
Browse files

hotline#30479 verify url not empty string

parent e1e4b9b8
Branches
Tags
1 merge request!1158Hotline#30479 erreur a l affichage des plans de localisation pop up blanche
- ticket #30479 : Erreur à l'affichage des plans de localisation.
\ No newline at end of file
......@@ -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;
}
......
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