1
0
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:
Andrew Dolgov
2007-08-11 17:03:31 +01:00
parent 6a214f923d
commit 019bd5a951
2 changed files with 7 additions and 2 deletions

View File

@@ -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>