Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1512:65e063657597
server: move resources to a dedicated module
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 22 May 2023 11:57:49 +0200 (22 months ago) |
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()