Re: [libvirt] [PATCH 1/3] docs: Use our own implementation for fetching the RSS data

2019-06-19 Thread Daniel P . Berrangé
On Wed, Jun 19, 2019 at 05:22:57PM +0200, Martin Kletzander wrote: > This is just a small script I wrote. It works the same way as all the > libraries > together which we are bundling, but with just JS. The only difference is that > the day of the date is formatted as 2-digit, but this should be

Re: [libvirt] [PATCH 1/3] docs: Use our own implementation for fetching the RSS data

2019-06-19 Thread Andrea Bolognani
On Wed, 2019-06-19 at 17:22 +0200, Martin Kletzander wrote: [...] > +docLoc = document.location; > +if (docLoc.protocol != "file:" || > +docLoc.origin != "null" || > +docLoc.host !== "" || > +docLoc.hostname !== "") { > +fetchRSS() > +} This probably doe

[libvirt] [PATCH 1/3] docs: Use our own implementation for fetching the RSS data

2019-06-19 Thread Martin Kletzander
This is just a small script I wrote. It works the same way as all the libraries together which we are bundling, but with just JS. The only difference is that the day of the date is formatted as 2-digit, but this should be a bug in Firefox (at least locally for me) as the documentation states that