Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
0b18a23f
Commit
0b18a23f
authored
Jun 09, 2021
by
yPhil
Browse files
Finally removed liberation.fr from the default feeds
- It's been down for years now :/
parent
83fcadff
Pipeline
#422829
passed with stage
in 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/js/PTL.feed.js
View file @
0b18a23f
...
...
@@ -90,7 +90,9 @@ PTL.feed = {
.
click
(
function
()
{
$
(
'
.selected
'
).
removeClass
(
'
selected
'
);
$
(
'
.icon-checked
'
).
toggleClass
(
'
icon-checked icon-checkbox
'
);
PTL
.
feed
.
populate
(
$
(
this
),
progress
).
then
().
catch
(
e
=>
{
console
.
log
(
'
whoap: %s (%s)
'
,
e
);});
PTL
.
feed
.
populate
(
$
(
this
),
progress
)
.
then
(()
=>
{
return
true
;})
.
catch
(
error
=>
{
console
.
log
(
'
whoap: %s (%s)
'
,
JSON
.
stringify
(
error
));});
});
const
$feedControls
=
$
(
'
<div>
'
)
...
...
public/js/default-feeds.json
View file @
0b18a23f
...
...
@@ -2946,14 +2946,6 @@
"status"
:
"off"
,
"iconhash"
:
"3be21baa6e5e8ac02f6e94ea1338ba5e"
,
"nbitems"
:
10
},
{
"url"
:
"http://rss.liberation.fr/rss/latest/"
,
"name"
:
"Libération"
,
"type"
:
"mixed"
,
"limit"
:
433
,
"status"
:
"off"
,
"nbitems"
:
10
}
],
[
...
...
@@ -3426,4 +3418,4 @@
]
]
}
]
\ No newline at end of file
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment