liquid_feedback_frontend
diff app/main/index/login.lua @ 231:068ad175ebd7
Added "Chrome" to browser warning text
| author | jbe |
|---|---|
| date | Thu Oct 06 16:26:43 2011 +0200 (2011-10-06) |
| parents | 07953b0ef62c |
| children | 5a0d5369b21d |
line diff
1.1 --- a/app/main/index/login.lua Thu Oct 06 16:16:26 2011 +0200 1.2 +++ b/app/main/index/login.lua Thu Oct 06 16:26:43 2011 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -local warning_text = _"Some JavaScript based functions (voting in particular) will not work.\nFor this beta, please use a current version of Firefox, Safari, Opera(?), Konqueror or another (more) standard compliant browser.\nAlternative access without JavaScript will be available soon." 1.5 +local warning_text = _"Some JavaScript based functions (voting in particular) will not work.\nFor this beta, please use a current version of Firefox, Safari, Chrome, Opera(?), Konqueror or another (more) standard compliant browser.\nAlternative access without JavaScript will be available soon." 1.6 1.7 ui.script{ static = "js/browser_warning.js" } 1.8 ui.script{ script = "checkBrowser(" .. encode.json(_"Your web browser is not fully supported yet." .. " " .. warning_text:gsub("\n", "\n\n")) .. ");" }