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