Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
people:folmedo [2017/09/14 12:01] folmedopeople:folmedo [2022/05/23 17:03] seaguile
Line 11: Line 11:
  
 <html> <html>
-<script>load_bibtex('username')</script>+ 
 +<script defer> 
 +window.addEventListener("load", function(event) { 
 +    load_bibtex('username'); });</script>
 <div id="bibtex">Loading bibtex info...</div> <div id="bibtex">Loading bibtex info...</div>
 </html> </html>