Add vertical scrollbar to recent uploads table

This commit is contained in:
Duncan Sommerville 2015-09-01 14:27:54 -04:00
parent 46e126145e
commit f283d69481
4 changed files with 7 additions and 9 deletions

View file

@ -708,7 +708,7 @@ var AIRTIME = (function(AIRTIME) {
"url": sSource,
"data": aoData,
"success": fnCallback,
"error": handleAjaxError,
"error": handleAjaxError
});
},
"fnRowCallback": AIRTIME.library.fnRowCallback,