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