minor acp fix

This commit is contained in:
calzoneman 2013-06-23 14:30:31 -04:00
parent f149f9a658
commit 25db654bbd
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ $("#actionlog_filter").click(function() {
.attr("id", "actionlog_pagination")
.insertAfter($("#actionlog table"));
var btns = $("<ul/>").appendTo(pag);
for(var i = 0; i < data.length / 20; i++) {
for(var i = 0; i < entries.length / 20; i++) {
var li = $("<li/>").appendTo(btns);
(function(i) {
$("<a/>").attr("href", "javascript:void(0)")