From 67e0cf9a371fca46405e7df26ccc970ce6b408cc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 29 May 2013 15:41:19 +0400 Subject: add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header --- include/login_form.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/login_form.php') diff --git a/include/login_form.php b/include/login_form.php index b401fdac0..891e25e13 100644 --- a/include/login_form.php +++ b/include/login_form.php @@ -1,3 +1,4 @@ + Tiny Tiny RSS : Login @@ -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(); - }); + }); } -- cgit v1.2.3