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