fix bug on next/previous in home page tables

This commit is contained in:
Meutel 2014-06-25 16:30:01 +02:00
parent b5fd989ed8
commit f286457117
1 changed files with 1 additions and 0 deletions

View File

@ -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();