Ivan,
Sorry for the delay. We don't anticipate ever adding the asynchronous loading that you've added, since it shouldn't be required. The way we include the Javascript is already asynchronous, so doing it twice is simply a way to delay the loading even more, which isn't optimal. Not sure why your site needs it, but any time you upgrade, you'll need to make the change.
The Javascript is loaded in the /plugins/system/jfbcsystem.php file. You should be able to find the block you're looking for by searching for 'all.js'. Then, add your async_load() function around it as necessary. If you need anything else, just let us know.
Thanks,
Alex