Removed debug

master
Mark Moffat 2020-03-21 20:35:30 +10:30
parent 2ef589423f
commit a97ab3fdb0
2 changed files with 1 additions and 2 deletions

View File

@ -93,7 +93,6 @@ $(document).ready(function (){
var totalItems = Math.ceil(itemCount / pageLen);
if(parseInt(itemCount) > parseInt(pageLen)){
console.log('here?');
$('#pager').bootpag({
total: totalItems,
page: pageNum,

File diff suppressed because one or more lines are too long