HTTP/1.1 200 Connection established HTTP/1.1 200 OK Date: Tue, 16 Apr 2024 11:06:03 GMT Server: Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Etag: "a27b7e015805c971d671ea902cf2309b" Cache-Control: public, max-age=2592000 Content-Length: 774 Connection: close Content-Type: application/x-javascript; charset= var targetWidth=1280;var deviceWidth='device-width';var viewport=$('meta[name="viewport"]');localStorage.isResponsive=(localStorage.isResponsive==undefined)?'true':localStorage.isResponsive;var showFullSite=function(){viewport.attr('content','width='+targetWidth);if(!$('#view-options #view-responsive').length){$('#view-options').append('View Mobile Optimized');}localStorage.isResponsive='false';} var showMobileOptimized=function(){localStorage.isResponsive='true';viewport.attr('content','width='+deviceWidth);} if(Modernizr.localstorage){if(localStorage.isResponsive=='false'){showFullSite();}}$("#view-full").on("click",function(){showFullSite();});$('#view-options').on("click","#view-responsive",function(){showMobileOptimized();});