view libervia/web/pages/_browser/loading.py @ 1606:e412712bef95

doc: fix path issue: Doc task in Libervia Website was failing due to path issue. This patch fixes it.
author Goffi <goffi@goffi.org>
date Thu, 30 May 2024 23:52:02 +0200
parents eb00d593801d
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()