Changeset:
8ed9cf1d2397
https://sourceforge.net/p/mrbs/hg-code/ci/8ed9cf1d2397886cc2ad4dd035dfca14178bd7df
Author:
Campbell Morrison <[email protected]>
Date:
Fri Oct 02 17:13:23 2015 +0100
Log message:
Got rid of JSHint warning
diffstat:
web/js/datatables.js.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 3814be93b42d -r 8ed9cf1d2397 web/js/datatables.js.php
--- a/web/js/datatables.js.php Fri Oct 02 16:38:29 2015 +0100
+++ b/web/js/datatables.js.php Fri Oct 02 17:13:23 2015 +0100
@@ -67,7 +67,8 @@
colVisIncludeCols,
nCols,
table,
- dataTable;
+ dataTable,
+ fixedColumns;
if (lteIE6)
{
@@ -164,7 +165,7 @@
if (fixedColumnsOptions)
{
- new $.fn.dataTable.FixedColumns(dataTable, fixedColumnsOptions);
+ fixedColumns = new $.fn.dataTable.FixedColumns(dataTable,
fixedColumnsOptions);
}
<?php
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits