From f7eb2b9755388b404cec4956998eb519aee24ff9 Mon Sep 17 00:00:00 2001 From: Manthan Surkar Date: Mon, 13 Jan 2020 14:38:21 +0530 Subject: [PATCH] Unwanted button hide by see more Button in Pick Central Column removed Signed-off-by: Manthan Surkar --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index b29e338eca..766915ab7b 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3658,7 +3658,7 @@ AJAX.registerOnload('functions.js', function () { $('#col_list').append(fields); resultPointer = i; if (resultPointer === listSize) { - $('.tblFooters').hide(); + $('#seeMore').hide(); } return false; });