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