http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8733
--- Comment #19 from Jonathan Druart <[email protected]> --- I got the same problem as last time. The detail page does not displayed the readometer, the critic rating and the reviews. The isbn variable is always undefined in the following test: [% IF ( IDreamBooksReviews || IDreamBooksReadometer ) %] var isbn = $(".isbn:last").text().split(" ")[1]; // I pass here if (isbn) { // I never pass here There is no isbn class in my generated html! What I missed? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
