
On Thu, 2019-06-20 at 15:00 +0200, Martin Kletzander wrote: [...]
<script type="text/javascript"> <!-- - jQuery(function($) { - $("#planet").rss("http://planet.virt-tools.org/atom.xml", { - ssl: true, - layoutTemplate: '<dl>{entries}</dl>', - entryTemplate: '<dt><a href="{url}">{title}</a></dt><dd>by {author} on {date}</li>', - dateFormat: 'DD MMM YYYY' - }) - }) - // --> + window.addEventListener("load", function() { fetchRSS() }); + // -->
Still not aligned properly... [...]
+ if (this.status != 200) { + console.error(this.statusText)
Missing semicolon. I could not test this locally, obviously, and I'm not sure how you could have either? Assuming you have made sure it works correctly before posting, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization