From 124f32d989cd5578c716212ca415d7f6a7456a17 Mon Sep 17 00:00:00 2001 From: Andrew Querol Date: Thu, 14 Jan 2021 10:11:11 -0600 Subject: [PATCH] Remove footer from call center dashboard widget. This should not have been in here, causes the footer to display outside of the bounds of where it should be. --- app/call_centers/call_center_agent_dashboard.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/call_centers/call_center_agent_dashboard.php b/app/call_centers/call_center_agent_dashboard.php index 6c35982456..95b24cb3d4 100644 --- a/app/call_centers/call_center_agent_dashboard.php +++ b/app/call_centers/call_center_agent_dashboard.php @@ -212,7 +212,4 @@ echo "\n"; echo "\n"; -//include footer - require_once "resources/footer.php"; - -?> \ No newline at end of file +?>