Migrate current_class from php to js
This commit is contained in:
parent
b030927590
commit
c4768e5274
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
row = row + val + ',';
|
row = row + val + ',';
|
||||||
});
|
});
|
||||||
row = row + '<?php echo $current_class; ?>';
|
row = row + data.current_class;
|
||||||
//row.substring( 0, row.length - 1 );
|
//row.substring( 0, row.length - 1 );
|
||||||
csv_data = csv_data + row + "\n";
|
csv_data = csv_data + row + "\n";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue