[open-ils-commits] r9035 - trunk/Open-ILS/web/opac/skin/default/js
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Mar 15 00:29:00 EDT 2008
Author: miker
Date: 2008-03-14 23:55:18 -0400 (Fri, 14 Mar 2008)
New Revision: 9035
Modified:
trunk/Open-ILS/web/opac/skin/default/js/result_common.js
Log:
removing relevance span population from metabib search
Modified: trunk/Open-ILS/web/opac/skin/default/js/result_common.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/result_common.js 2008-03-15 03:50:41 UTC (rev 9034)
+++ trunk/Open-ILS/web/opac/skin/default/js/result_common.js 2008-03-15 03:55:18 UTC (rev 9035)
@@ -437,6 +437,7 @@
}
}
+/*
try {
var rank = parseFloat(ranks[pos + getOffset()]);
rank = parseInt( rank * 100 );
@@ -444,6 +445,7 @@
relspan.appendChild(text(rank));
unHideMe(relspan.parentNode);
} catch(e){ }
+*/
var pic = $n(r, config.names.result.item_jacket);
pic.setAttribute("src", buildISBNSrc(currentISBN));
More information about the open-ils-commits
mailing list