updates to datetime.js

This commit is contained in:
Rushabh Mehta 2013-01-14 18:20:07 +05:30
parent 0a7178b1ca
commit f5d34bdcf0

View file

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