X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fnav.js;h=716936f05212ce523d88fbf282870c030ea1dcf6;hp=ecc25ae9466eb46f147244dc825e557adb6e16ba;hb=cf1d5b645870b42afd2065452431cc9dca952706;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); });