From 7b92c019be3b2eb572fd47e7dbd6793eef6a80a2 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 Content-Type: text/plain; charset="utf-8" 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 --- .../prog/en/modules/circ/pendingreserves.tt | 17 ++++------------- 1 files 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 9bf2aa4..026e9dd 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