diff --git a/index.php b/index.php index fc0ace3..ad55800 100644 --- a/index.php +++ b/index.php @@ -73,7 +73,7 @@ }); $("#sort").click(function(){ - $('.book').sortElements(function(a, b){ + $('.books').sortElements(function(a, b){ var test = 1; if ($("#sortorder").val() == "desc") { @@ -81,7 +81,6 @@ } return $(a).find ("." + $("#sortchoice").val()).text() > $(b).find ("." + $("#sortchoice").val()).text() ? test : -test; }); - $("#search").slideUp(); }); @@ -251,23 +250,23 @@
-

title) ?> +

title) ?> book->getPubDate() != "") { ?> - (book->getPubDate() ?>) + (book->getPubDate() ?>) - book->getRating () ?>

-

" . htmlspecialchars ($entry->book->getAuthorsName ()) ?>
+ book->getRating () ?>

+

book->getAuthorsName ()) ?>

" . htmlspecialchars ($entry->book->getTagsName ()) ?>
book->getSerie (); if (!is_null ($serie)) { ?> -

" . htmlspecialchars ($serie->name) . " (" . $entry->book->seriesIndex . ")" ?>
+

name) . " (" . $entry->book->seriesIndex . ")" ?>