HTTP/1.1 200 Connection established HTTP/1.1 200 OK Date: Fri, 26 Apr 2024 20:37:33 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: "5097d0f54c8891e81f594863fc5852b6" Cache-Control: public, max-age=2592000 Last-Modified: Fri, 22 Oct 2021 08:19:48 8OctGMT Content-Length: 455 Connection: close Content-Type: application/javascript jQuery(document).ready(function ($) { // Login Input Hack if ($('.forgetmenot').length > 0) { $('.forgetmenot').find('input').prependTo($('.forgetmenot')); $('.forgetmenot').find('label').attr('for', 'rememberme'); $('#simplemodal-login-form').find('input[type="submit"]').val('Огонь'); } setTimeout(function () { $('#sidebar div.widget').each(function () { if ($(this).height() == 0) { $(this).hide(); } }); }, 2000); });