File "header-circle.min.js"

Path: /StudyIB/js/header-circleminjs
File size: 432 bytes
MIME-type: text/plain
Charset: utf-8

 
Open Back
$(document).ready((function(){if($(window).width()>1400&&$("#top-header h1").length){var image,headerCircle=$("<img />",{class:"header-thinker",src:"img/header-thinker.svg"}).css({cursor:"pointer",width:"64px",height:"64px",position:"absolute",top:$("#top-header h1").offset().top+"px",left:$("#top-header h1").offset().left-95+"px"});headerCircle.click((function(e){document.location.href="/"})),$("body").append(headerCircle)}}));