Ajouter la compatibilité avec la constante _JS_ASYNC_LOAD (chargement asynchrone du JavaScript)

Le script https://github.com/mistergraphx/spip_vtimeline/blob/master/noisettes/timeline_article_evenements.html#L19 n'est pas compatible avec _JS_ASYNC_LOAD, il faudrait utiliser cette syntaxe :

;jQuery(function(){
  ...
});

cf https://gist.github.com/tech-nova/85ce2dd05e3596571369