X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fnav.js;h=189e5af65a880add6abc428121425c55381b0270;hb=e0ba4e2a9e561b5e9431325583509422b8ddecee;hp=716936f05212ce523d88fbf282870c030ea1dcf6;hpb=88a52c46d396acb681f1039881210f0e0984fecd;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); });