[open-ils-commits] r15439 - trunk/Open-ILS/web/opac/skin/default/js (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 3 10:26:12 EST 2010


Author: miker
Date: 2010-02-03 10:26:10 -0500 (Wed, 03 Feb 2010)
New Revision: 15439

Modified:
   trunk/Open-ILS/web/opac/skin/default/js/result_common.js
Log:
Patch from Bill Ott (after problem identification by Dan Wells) to address styling of shadowed records in the staff client

Modified: trunk/Open-ILS/web/opac/skin/default/js/result_common.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/result_common.js	2010-02-03 15:20:46 UTC (rev 15438)
+++ trunk/Open-ILS/web/opac/skin/default/js/result_common.js	2010-02-03 15:26:10 UTC (rev 15439)
@@ -739,7 +739,7 @@
 			/* here we style opac-invisible records for xul */
 
 			if( cts.depth == 0 ) {
-				if(!cts.transcendant && !cts.unshadow) {
+				if(cts.transcendant == null && cts.unshadow == 0) {
 					_debug("found an opac-shadowed record: " + rec.doc_id());
 					var row = cell.parentNode.parentNode.parentNode.parentNode.parentNode; 
 					if( cts.count == 0 ) 



More information about the open-ils-commits mailing list