mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Factorise a line in internal/ui/static/js/app.js
This commit is contained in:
parent
2df59b4865
commit
a06657b74d
1 changed files with 1 additions and 2 deletions
|
@ -751,11 +751,10 @@ function checkShareAPI(title, url) {
|
|||
title: title,
|
||||
url: url
|
||||
});
|
||||
window.location.reload();
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
window.location.reload();
|
||||
}
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
function getCsrfToken() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue