updates to datetime.js
This commit is contained in:
parent
0a7178b1ca
commit
f5d34bdcf0
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ _r.DataTable.prototype.make_toolbar = function(parent) {
|
|||
.appendTo($td(t,0,5)).get(0);
|
||||
$(s).val('50');
|
||||
|
||||
s.inp.onchange = function() {
|
||||
s.onchange = function() {
|
||||
me.page_len = flt(this.value);
|
||||
}
|
||||
this.page_len_sel = s;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue