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