X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fnav.js;h=f46d5ad3137a34d5d1d81b841fffaf8d6ae8f649;hp=ecc25ae9466eb46f147244dc825e557adb6e16ba;hb=ae7d7479e9e5d4133f4d44a941a5b565d8a9c10d;hpb=9c08c66b484668315098c403004739cc4fc930ff diff --git a/www/nav.js b/www/nav.js index ecc25ae..f46d5ad 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); });