summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/basetable_bottom.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basetable_bottom.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html b/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
index 2a6f084929..00703fe4c1 100644
--- a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
+++ b/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
@@ -53,8 +53,8 @@
53 $('.progress, .lead span').tooltip({container:'table', placement:'top'}); 53 $('.progress, .lead span').tooltip({container:'table', placement:'top'});
54 54
55 $(".pagesize").change(function () { 55 $(".pagesize").change(function () {
56 $(".pagesize option:selected").each(function () 56 console.log("page size change");
57 {reload_params({"count":$(this).text()}); }); 57 reload_params({"count":$(this).val()}); ;
58 }); 58 });
59}); 59});
60</script> 60</script>