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