Fix plupload typo

This commit is contained in:
Duncan Sommerville 2015-09-03 15:04:46 -04:00
parent 363305fa8d
commit 56a8293be6
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -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({