From dd1a00f560b82cf90730dcf790926fc67375d43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 2 Apr 2013 22:02:08 +0200 Subject: [PATCH] Fix link in the book permalink. fixes #54 Thanks to celta ;). --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index e0dda9d..dd0589d 100644 --- a/index.php +++ b/index.php @@ -108,6 +108,7 @@ } }); + $(".bookdetail").click(function(){ var url = $(this).find("a").attr("href"); @@ -123,6 +124,7 @@ return false; }); + });