diff --git a/public/js/legacy/widgets/report_builder/datatable.js b/public/js/legacy/widgets/report_builder/datatable.js index 231b217b1d..25ad3b13ad 100644 --- a/public/js/legacy/widgets/report_builder/datatable.js +++ b/public/js/legacy/widgets/report_builder/datatable.js @@ -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;