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