liquid_feedback_frontend

changeset 1522:71232f776a62

Removed old swiper code
author bsw
date Thu Aug 20 15:48:52 2020 +0200 (2020-08-20)
parents 0d74a25bd399
children 3bd7f57f887a
files app/main/index/_action/login.lua
line diff
     1.1 --- a/app/main/index/_action/login.lua	Thu Aug 20 15:46:08 2020 +0200
     1.2 +++ b/app/main/index/_action/login.lua	Thu Aug 20 15:48:52 2020 +0200
     1.3 @@ -104,18 +104,6 @@
     1.4    if config.etherpad then
     1.5      do_etherpad_auth(member)
     1.6    end
     1.7 -  slot.select("script", function()
     1.8 -    ui.script{ script = [[
     1.9 -      $('#swiper_info').addClass('active');
    1.10 -    ]] }
    1.11 -  end)
    1.12 -  slot.select("swiper_info", function()
    1.13 -    ui.tag { content = _"select tabs" }
    1.14 -    slot.put(" ↑ ")
    1.15 -    ui.tag { content = _"or swipe" }
    1.16 -    slot.put(" &leftarrow;<br />")
    1.17 -    ui.tag { content = _"to show more info and learn what you can do" }
    1.18 -  end )
    1.19  else
    1.20    slot.put_into("error_code", "invalid_credentials")
    1.21    trace.debug('User NOT authenticated')

Impressum / About Us