fix bug on next/previous in home page tables
This commit is contained in:
parent
b5fd989ed8
commit
f286457117
@ -119,6 +119,7 @@ $.extend(HomePage.prototype,{
|
||||
} else {
|
||||
btn.parent().addClass('disabled');
|
||||
}
|
||||
btn.unbind();
|
||||
btn.click(function() {
|
||||
var parsed = $.url(links[elt]);
|
||||
var urlp = parsed.param();
|
||||
|
Loading…
Reference in New Issue
Block a user