Fix plupload typo
This commit is contained in:
parent
363305fa8d
commit
56a8293be6
2 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
var settings = JSON.parse(localStorage.getItem('datatables-library'));
|
||||
// Hacky; always set the visibility of the last column (actions buttons) to true
|
||||
if (settings && settings.abVisCols) settings.abVisCols[settings.abVisCols.length - 1] = true;
|
||||
// settings.abVisCols[settings.abVisCols.length - 1] = true;
|
||||
|
||||
try {
|
||||
return settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue