Removed debug
parent
2ef589423f
commit
a97ab3fdb0
|
@ -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
Loading…
Reference in New Issue