From 2cfe39decf8930f08df7af4434fe744c905d9cb9 Mon Sep 17 00:00:00 2001 From: nael Date: Mon, 22 Oct 2018 15:08:18 +0200 Subject: [PATCH] fix #1982 --- Slideshow-RSS/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slideshow-RSS/main.js b/Slideshow-RSS/main.js index 2206140..2e63f24 100644 --- a/Slideshow-RSS/main.js +++ b/Slideshow-RSS/main.js @@ -2,7 +2,7 @@ $(document).ready(function () { $.ajax({ type: 'GET', - url: 'rss.xml', + url: 'https://workshop.fluidbook.com/services/proxypinterest?url=portesbelm/belm-le-sp%C3%A9cialiste-de-la-porte-dentr%C3%A9e.rss/', dataType: 'text', success: function (data) { -- 2.39.5