mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-09 06:49:46 +00:00
bump language cookie in login_sequence
This commit is contained in:
@@ -25,7 +25,7 @@ function init() {
|
||||
}
|
||||
function languageChange(elem) {
|
||||
var lang = elem[elem.selectedIndex].value;
|
||||
setCookie("ttrss_lang", lang);
|
||||
setCookie("ttrss_lang", lang, <?php print SESSION_COOKIE_LIFETIME ?>);
|
||||
window.location.reload();
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user