Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1420:925a7c498cda
pages (blog/edit): move preview code to new `BlogEditor` class in `editor` module
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 01 May 2021 18:50:04 +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()