app/assets/javascripts/adminpanel/tables.js in adminpanel-3.4.6 vs app/assets/javascripts/adminpanel/tables.js in adminpanel-3.4.7

- old
+ new

@@ -124,10 +124,10 @@ }, "bRetrieve": true }); } -$(document).on('turbolinks:render', ready); +$(document).on('turbolinks:load', ready); $(document).on('turbolinks:before-cache', function(){ if ($('#information-table').length) { var dt = $('#information-table').dataTable({ "bRetrieve": true }); dt.fnDestroy(); }