X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fnav.js;h=9f692ebb19524beea20145c3c46c44e033887a8b;hp=ecc25ae9466eb46f147244dc825e557adb6e16ba;hb=f7dee494a28a25526de6d53bb01429c56da263f4;hpb=9c08c66b484668315098c403004739cc4fc930ff diff --git a/www/nav.js b/www/nav.js index ecc25ae..9f692eb 100644 --- a/www/nav.js +++ b/www/nav.js @@ -1,4 +1,12 @@ -$( document ).ready(function() { - $("#header").prepend(""); - console.log("END"); +$(document).ready(function() { + var str = ""; + + $("#header").prepend(str); });