Fix numbered page navigation from getting corrupted when statistics() runs.

pull/104/head
JeremyRand 8 years ago
parent a888254769
commit 86b5094970
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -188,7 +188,7 @@ function statistics(offset, itemscount, itemsperpage, totalcount, localIndexCoun
progresseBarElement.setAttribute('style',"width:" + percent + "%");
}
var resnavElement = document.getElementById("resNav");
if (resnavElement != null) {
if (resnavElement != null && !jsResort) {
resnavElement.innerHTML = renderPaginationButtons(offsetIntValue, itemsperpageIntValue, totalcountIntValue, navurlbase, localQuery, jsResort);
}
}

Loading…
Cancel
Save