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