From 4af6fe1c9a0a35610d440525c94266447151a551 Mon Sep 17 00:00:00 2001 From: Andy Kittner Date: Fri, 2 May 2014 13:17:55 +0200 Subject: [PATCH] Fix #1253 data table in motion overview displayed incorrectly --- .../core/static/js/jquery/dataTables.bootstrap.js | 1 - openslides/motion/templates/motion/motion_list.html | 12 ++++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) 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 %}