From 1b58d9b801c5c57322f79745525983ec4237982f Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Fri, 4 Jun 2021 09:56:00 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03914=20Fix=20add=20criteria=20buttons=20?= =?UTF-8?q?style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/search/search_form_handler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/search/search_form_handler.js b/js/search/search_form_handler.js index 7c499b8243..69073ae853 100644 --- a/js/search/search_form_handler.js +++ b/js/search/search_form_handler.js @@ -514,8 +514,8 @@ $(function() // - Buttons var oButtonsElem = $('
') .addClass('sfm_buttons') - .append('') - .append('') + .append('') + .append('') .appendTo(oContentElem); // Bind events