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