Commit r2387: https://sourceforge.net/p/mrbs/code/2387/

------------------------------------------------------------------------
r2387 | cimorrison | 2012-08-14 20:50:13 +0100 (Tue, 14 Aug 2012) | 1 line
Changed paths:
   M /mrbs/trunk/web/js/datatables.js.php

Fixed undeclared variable problem
------------------------------------------------------------------------

Index: mrbs/trunk/web/js/datatables.js.php
===================================================================
--- mrbs/trunk/web/js/datatables.js.php (revision 2386)
+++ mrbs/trunk/web/js/datatables.js.php (revision 2387)
@@ -193,7 +193,7 @@
     }
     if ((rightCol !== undefined) && (rightCol !== null))
     { 
-      nCols = table.find('tr:first-child th').length;
+      var nCols = table.find('tr:first-child th').length;
       colVisExcludeCols.push(nCols - 1);
       <?php
       // Actually we stop them all from being reordered because at the moment

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to