From ce4c7f31bf0894d6fe72f6c791ec70303e59cd2c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 16 Aug 2013 09:28:40 +0200 Subject: [PATCH] Bug 9456: (follow-up) remove whitespaces and tab Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/js/datatables.js | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js index ee7f039c4d..d4c161ad54 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js +++ b/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js @@ -604,7 +604,7 @@ jQuery.fn.dataTableExt.oSort['callnumbers-asc'] = function(x,y) { y = y_array.shift(); if ( !x ) { x = ""; } - if ( !y ) { y = ""; } + if ( !y ) { y = ""; } return ((x < y) ? -1 : ((x > y) ? 1 : 0)); }; @@ -631,7 +631,7 @@ jQuery.fn.dataTableExt.oSort['callnumbers-desc'] = function(x,y) { y = y_array.pop(); if ( !x ) { x = ""; } - if ( !y ) { y = ""; } + if ( !y ) { y = ""; } return ((x < y) ? 1 : ((x > y) ? -1 : 0)); }; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index 9743bf107d..16a81e0b46 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -13,7 +13,7 @@ [% INCLUDE 'datatables-strings.inc' %] -