From: miker Date: Wed, 16 May 2007 02:02:14 +0000 (+0000) Subject: just spacing fixes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=93640487489deea8a9a98351b7f1825f463a42e7;p=Evergreen.git just spacing fixes git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7315 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index 04fc2ca282..ab4270ca8f 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -840,15 +840,15 @@ function fleshFromPath ( template, rel ) { current_obj.key = current_link.getAttribute('key'); if ( - ( - current_link.getAttribute('reltype') != 'has_a' || - prev_type == 'left' || - rel.reltype != 'has_a' - ) && ( - !rel.fields.filter_tab && - !rel.fields.aggfitler_tab - ) - ) current_obj.type = 'left'; + ( + current_link.getAttribute('reltype') != 'has_a' || + prev_type == 'left' || + rel.reltype != 'has_a' + ) && ( + !rel.fields.filter_tab && + !rel.fields.aggfitler_tab + ) + ) current_obj.type = 'left'; prev_type = current_obj.type; }