X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fnav.js;h=bbac458a671a0bdc82213016ee4dfd7b6d1ed444;hb=f253ec84873310ce48caa1bc0f5ce7f52fbe05ea;hp=ecc25ae9466eb46f147244dc825e557adb6e16ba;hpb=9c08c66b484668315098c403004739cc4fc930ff;p=www.git 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); });