X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fnav.js;h=189e5af65a880add6abc428121425c55381b0270;hp=20f92392c399dfa962be1661eb5d436ac2cedc9a;hb=85e2a6850367f2310e9fda5141ee848c5747312c;hpb=8c5c1e0a61ec4a7ee46f488581cb8d787879ab80 diff --git a/www/nav.js b/www/nav.js index 20f9239..189e5af 100644 --- a/www/nav.js +++ b/www/nav.js @@ -1,11 +1,12 @@ -$( document ).ready(function() { +$(document).ready(function() { var str = ""; - + $("#header").prepend(str); });