From 3203e4eb4c9444d2882fdfd9b47504e144ccdcfe Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 13 Sep 2012 10:20:56 +0200 Subject: [PATCH] Bug 8508: Followup: Simplify the separateData js function I think this patch does the same job as previously. + It replaces tabulation characters with 4 spaces Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/circ/pendingreserves.tt | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt index 9bf2aa41ad..026e9ddeef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -20,20 +20,11 @@ $(document).ready(function() { var cD = ColumnData; var new_array = new Array(); for ( j=0 ; j/gi); - if (strMatch) { - var split_array = cD[j].split(/
/gi); - for ( k=0 ; k/gi); + for ( k=0 ; k