jQuery(function() { jQuery(".remarque").click(function(){ jQuery(this).addClass("clicked"); jQuery(this).css("background-image","none") }); head_navbar(); jQuery("div#post_rate").mouseleave(function(){ jQuery("div#post_rate").children().css("color",""); }); jQuery.ajax({ url: "http://wolfaryx.fr/wp-content/themes/Wolfaryx51/js/js-transmet.php", async: true, cache : false, type : "GET" }); function secondChanceCSS() { if (jQuery("#wrapper").css("backgroundImage") == "none") { $.ajax({ url: "wp-content/themes/Wolfaryx51/js/js-loadStyle.php" }).done(function( data ) { var re = /\((images\/)/g; var subst = '(http://wolfaryx.fr/wp-content/themes/Wolfaryx51\/$1'; data = data.replace(re, subst); jQuery("html").append(""); }); } }; secondChanceCSS(); if ( window.addEventListener ) { var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65"; window.addEventListener("keydown", function(e){ kkeys.push( e.keyCode ); if ( kkeys.toString().indexOf( konami ) >= 0 ) { alert('Konami Code dététecté : Je vous invite à un saut dans le temps'); window.location = "http://wolfaryx.fr/indexV4.php"; } }, true); }; jQuery(".wp-caption img").removeAttr("width"); jQuery(".wp-caption img").removeAttr("height"); })