From 3d4ca79849384dfe2ea0cb61c16b8096da7012fd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 23 Nov 2015 16:34:38 -0500 Subject: [PATCH] removing \n with jquery --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index e4fe87b..63fc909 100644 --- a/js/app.js +++ b/js/app.js @@ -218,7 +218,7 @@ $(document).ready(function () { $('.searchform').css("right", "5px"); $("li a.search").css("visibility", "visible"); }); - + $('.search-result-container p.search_result_context').find('br').remove(); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index daff1ed..711a0c2 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -209,7 +209,7 @@ $(document).ready(function () { $('.searchform').css("right", "5px"); $("li a.search").css("visibility", "visible"); }); - + $('.search-result-container p.search_result_context').find('br').remove(); -- 2.17.1