On Thu, 2019-06-20 at 11:43 +0200, Martin Kletzander wrote:
[...]
<!--
- 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() });
+ // -->
Indentation is slightly off here.
--
Andrea Bolognani / Red Hat / Virtualization