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
83fcadff
Commit
83fcadff
authored
Jun 07, 2021
by
yPhil
Browse files
Default feeds update
parent
bc67b028
Pipeline
#421518
passed with stage
in 44 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
83fcadff
# Changelog
## 1.3.0
-
New feed items indicator / badge #96
...
...
public/js/PTL.feed.js
View file @
83fcadff
...
...
@@ -14,9 +14,8 @@ PTL.feed = {
width
:
'
16px
'
,
height
:
'
16px
'
,
onerror
:
"
this.src='/static/images/rss.gif';
"
})
.
on
(
"
error
"
,
function
(
error
)
{
$
(
this
).
parent
().
parent
().
children
(
'
div.dataStore
'
).
data
(
'
iconhash
'
,
''
);
}).
on
(
"
error
"
,
async
function
()
{
await
$
(
this
).
parent
().
parent
().
children
(
'
div.dataStore
'
).
data
(
'
iconhash
'
,
''
);
PTL
.
tab
.
saveTabs
();
});
...
...
public/js/default-feeds.json
View file @
83fcadff
This diff is collapsed.
Click to expand it.
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