Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1429:01936fc55cd9
pages (chat): fix message sending
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 07 May 2021 15:38:34 +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()