X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fnav.js;h=bbac458a671a0bdc82213016ee4dfd7b6d1ed444;hb=HEAD;hp=716936f05212ce523d88fbf282870c030ea1dcf6;hpb=88a52c46d396acb681f1039881210f0e0984fecd;p=www.git diff --git a/www/nav.js b/www/nav.js index 716936f..bbac458 100644 --- a/www/nav.js +++ b/www/nav.js @@ -1,10 +1,13 @@ -$( document ).ready(function() { +$(document).ready(function() { var str = ""; - + $("#header").prepend(str); });