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