pagination-template
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -57,3 +57,3 @@ 'use strict'; | ||
if(maxPagination>0 && this.pageAct>(maxPagination/2)){ | ||
ini = this.pageAct - (maxPagination/2); | ||
ini = Math.round(this.pageAct - (maxPagination/2)); | ||
} | ||
@@ -60,0 +60,0 @@ |
{ | ||
"name": "pagination-template", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Pagination of results for use in a template", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12022