Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1469:b46fec21ceb9
pages (lists/edit): redirect to item instead of list and don't show confirm message
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Oct 2021 12:13:07 +0200 |
parents | 08739952a18f |
children |
line wrap: on
line source
"""manage common dialogs""" from browser import document def remove_loading_screen(): print("removing loading screen") document['loading_screen'].remove()