Fix plupload typo
This commit is contained in:
parent
363305fa8d
commit
56a8293be6
|
@ -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;
|
||||
|
|
|
@ -170,6 +170,7 @@ $(document).ready(function () {
|
|||
alert($.i18n._("Error: The file could not be deleted. Please try again later."));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
self.setupRecentUploadsTable = function () {
|
||||
recentUploadsTable = $("#recent_uploads_table").dataTable({
|
||||
|
|
Loading…
Reference in New Issue