Properly close the lightbox when clicking on a link in it.

Fix a bug reported by le_ on MobileRead (http://www.mobileread.com/forums/showpost.php?p=2580757&postcount=525)
Este commit está contenido en:
Sébastien Lucas 2013-07-29 08:23:33 +02:00
padre 8e94fb8a1f
commit 4aa3529131
Se han modificado 1 ficheros con 5 adiciones y 0 borrados

Ver fichero

@ -309,6 +309,11 @@ function link_Clicked (event) {
event.preventDefault();
var url = currentLink.attr('href');
if ($(".mfp-ready").length)
{
$.magnificPopup.close();
}
// The bookdetail / about should be displayed in a lightbox
if (getCurrentOption ("use_fancyapps") === "1" &&
(currentLink.hasClass ("fancydetail") || currentLink.hasClass ("fancyabout"))) {