diff --git a/openslides/core/static/js/jquery/dataTables.bootstrap.js b/openslides/core/static/js/jquery/dataTables.bootstrap.js index 9e3872f0d..6e160ad3a 100644 --- a/openslides/core/static/js/jquery/dataTables.bootstrap.js +++ b/openslides/core/static/js/jquery/dataTables.bootstrap.js @@ -11,7 +11,6 @@ /* Table initialisation */ $(document).ready(function() { $('#dataTable').dataTable( { - "bDestroy": true, "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, gettext("All")]], "aoColumnDefs": [ { "bSortable": false, "aTargets": [ -1 ] } diff --git a/openslides/motion/templates/motion/motion_list.html b/openslides/motion/templates/motion/motion_list.html index b75a89f43..cfea4d6d6 100644 --- a/openslides/motion/templates/motion/motion_list.html +++ b/openslides/motion/templates/motion/motion_list.html @@ -15,10 +15,14 @@ {% endblock %}