From 13ce4f7a91acd0da2a8fac43f4d0cbf9ce24f3ff Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 14 Mar 2008 13:34:32 +0000 Subject: [PATCH] allow all books in google books to show up, not just previewable ones git-svn-id: svn://svn.open-ils.org/ILS/trunk@9010 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/js/result_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/result_common.js b/Open-ILS/web/opac/skin/default/js/result_common.js index 2a45756a56..8d9009a5ee 100644 --- a/Open-ILS/web/opac/skin/default/js/result_common.js +++ b/Open-ILS/web/opac/skin/default/js/result_common.js @@ -398,7 +398,7 @@ function buildunAPISpan (span, type, id) { function unhideGoogleBooks (data) { for ( var i in data ) { - if (data[i].preview == 'noview') continue; + //if (data[i].preview == 'noview') continue; var gbspan = $n(document.documentElement, 'googleBooks-' + i); var gba = $n(gbspan, "googleBooks-link"); -- 2.43.2