mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[mod] use discours real url for news
This commit is contained in:
parent
842db137db
commit
bda187f6fe
1 changed files with 1 additions and 2 deletions
3
news.md
3
news.md
|
@ -29,8 +29,7 @@ blockquote > p {
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
// FIXME, we need to enable CORS on forum.yunohost.org
|
// FIXME, we need to enable CORS on forum.yunohost.org
|
||||||
// $.get("https://forum.yunohost.org/c/announcement.rss").success(function(data) {
|
$.get("https://forum.yunohost.org/c/announcement.rss").success(function(data) {
|
||||||
$.get("/_pages/announcement.rss").success(function(data) {
|
|
||||||
$(data).find("item").each(function(_, item) {
|
$(data).find("item").each(function(_, item) {
|
||||||
var description = $(item).find("description");
|
var description = $(item).find("description");
|
||||||
// yes this is a NIGHTMARE
|
// yes this is a NIGHTMARE
|
||||||
|
|
Loading…
Add table
Reference in a new issue