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)
Bu işleme şunda yer alıyor:
Sébastien Lucas 2013-07-29 08:23:33 +02:00
ebeveyn 8e94fb8a1f
işleme 4aa3529131
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme

Dosyayı Görüntüle

@ -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"))) {