Fix link in the book permalink. fixes #54

Thanks to celta ;).
This commit is contained in:
Sébastien Lucas 2013-04-02 22:02:08 +02:00
parent db98509b43
commit dd1a00f560

View file

@ -108,6 +108,7 @@
}
});
<?php if ($page != Base::PAGE_BOOK_DETAIL) { ?>
$(".bookdetail").click(function(){
var url = $(this).find("a").attr("href");
<?php if ($config['cops_use_fancyapps'] == 0) { ?>
@ -123,6 +124,7 @@
<?php } ?>
return false;
});
<?php } ?>
});
<?php