mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 02:41:30 +00:00
add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<?php startup_gettext(); ?>
|
||||
<html>
|
||||
<head>
|
||||
<title>Tiny Tiny RSS : Login</title>
|
||||
@@ -108,14 +109,14 @@ function init() {
|
||||
require(['dojo/parser','dijit/form/Button','dijit/form/CheckBox','dijit/form/Form',
|
||||
'dijit/form/Select','dijit/form/TextBox','dijit/form/ValidationTextBox'],function(parser){
|
||||
parser.parse();
|
||||
//show tooltip node only after this widget is instaniated.
|
||||
//show tooltip node only after this widget is instaniated.
|
||||
dojo.query('div[dojoType="dijit.Tooltip"]').style({
|
||||
display:''
|
||||
});
|
||||
fetchProfiles();
|
||||
dijit.byId("bw_limit").attr("checked", getCookie("ttrss_bwlimit") == 'true');
|
||||
document.forms.loginForm.login.focus();
|
||||
});
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user