app/Plugin/ExpressLink42/Resource/template/admin/Order/order_search.js line 1

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