Removed debug
parent
2ef589423f
commit
a97ab3fdb0
|
@ -93,7 +93,6 @@ $(document).ready(function (){
|
||||||
var totalItems = Math.ceil(itemCount / pageLen);
|
var totalItems = Math.ceil(itemCount / pageLen);
|
||||||
|
|
||||||
if(parseInt(itemCount) > parseInt(pageLen)){
|
if(parseInt(itemCount) > parseInt(pageLen)){
|
||||||
console.log('here?');
|
|
||||||
$('#pager').bootpag({
|
$('#pager').bootpag({
|
||||||
total: totalItems,
|
total: totalItems,
|
||||||
page: pageNum,
|
page: pageNum,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue