1
0
Fork 0
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:
jvoisin 2024-12-16 04:41:43 +01:00 committed by Frédéric Guillot
parent 2df59b4865
commit a06657b74d

View file

@ -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() {