diff --git a/app/Views/members_list.php b/app/Views/members_list.php
index 005c62b..276d4a5 100644
--- a/app/Views/members_list.php
+++ b/app/Views/members_list.php
@@ -114,17 +114,19 @@ $(document).on('click','.credit_usage',function(){
});
});
-$(document).ready(function(){
- var table = $('#datatable-buttons').DataTable();
- table.destroy();
-
- $('#datatable-buttons').DataTable({
- "order": [[ 0, "desc" ]]
- });
-
-});
-
+
\ No newline at end of file
diff --git a/app/Views/transactions_list.php b/app/Views/transactions_list.php
index 0fbb95b..d43e47c 100644
--- a/app/Views/transactions_list.php
+++ b/app/Views/transactions_list.php
@@ -32,7 +32,7 @@
-->
-