<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">;(function ($) {
"use strict";
$('.aws-search-field').keypress(function(e){
         if(e.which === 13){
			 //e.preventDefault();
			var firstres = $('li.hovered');
			if (firstres.length &gt; 0) {
			var urltogo = firstres.find('a.aws_result_link').attr('href');
			window.location.href = urltogo;				
			};
         }
   });

/*
   if ($('span.woocommerce-Price-amount').length) {
    $('div#enquiry').hide();
}
*/


}(jQuery));
</pre></body></html>