# HG changeset patch # User bsw # Date 1597931332 -7200 # Node ID 71232f776a62c7ed55fec94fa62f33aca196f646 # Parent 0d74a25bd3997578ef53ca79ff07b04d861d8819 Removed old swiper code diff -r 0d74a25bd399 -r 71232f776a62 app/main/index/_action/login.lua --- a/app/main/index/_action/login.lua Thu Aug 20 15:46:08 2020 +0200 +++ b/app/main/index/_action/login.lua Thu Aug 20 15:48:52 2020 +0200 @@ -104,18 +104,6 @@ if config.etherpad then do_etherpad_auth(member) end - slot.select("script", function() - ui.script{ script = [[ - $('#swiper_info').addClass('active'); - ]] } - end) - slot.select("swiper_info", function() - ui.tag { content = _"select tabs" } - slot.put(" ↑ ") - ui.tag { content = _"or swipe" } - slot.put(" ←
") - ui.tag { content = _"to show more info and learn what you can do" } - end ) else slot.put_into("error_code", "invalid_credentials") trace.debug('User NOT authenticated')