app/Plugin/SearchPlus/Resource/template/default/Product/list_result.js line 1

Open in your IDE?
  1. <script>
  2.     $(function() {
  3.         $elem = $('#search_plus');
  4.         $('.ec-topicpath').append($elem.html());
  5.         $elem.remove();
  6.     });
  7. </script>