From 37e3daceb39e40f9eb788294369819f345f0fa51 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Thu, 14 Nov 2024 18:02:14 +0530 Subject: [PATCH] removed table duplication when screen size less than 800px --- apps/table.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/table.js b/apps/table.js index a84ee48aa..a9944e3fa 100644 --- a/apps/table.js +++ b/apps/table.js @@ -520,8 +520,6 @@ function initialize() { resetTable(); pageIndicatorVisible($('#datatables tbody tr').length); }); - pageIndicatorVisible($('#datatables tbody tr').length); - resetTable(); $('#datatables').stacktable(); checkUserPermissions(); });