Bug 9456: (follow-up) remove whitespaces and tab
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 16 Aug 2013 07:28:40 +0000 (09:28 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 05:52:24 +0000 (05:52 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/js/datatables.js
koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt

index ee7f039..d4c161a 100644 (file)
@@ -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));
 };
index 9743bf1..16a81e0 100644 (file)
@@ -13,7 +13,7 @@
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
 [% INCLUDE 'datatables-strings.inc' %]
-<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>        <script type="text/javascript">
+<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script><script type="text/javascript">
        //<![CDATA[
 
 function placeHold () {