Bug 28180: (follow-up) Remove console.log
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
607eae9f79
commit
f90078d560
1 changed files with 1 additions and 1 deletions
|
@ -1591,7 +1591,7 @@
|
|||
} else if ( div.attr("class") == "cover-image local-coverimg" ) {
|
||||
lightbox_descriptions.push(_("Local cover image"));
|
||||
} else {
|
||||
console.log("Source of the image cannot be guessed.")
|
||||
lightbox_descriptins.push(_("Cover image source unknown"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue