view libervia/pages/_browser/loading.py @ 1481:7c776c9d7c75

browser: fix versions of JS dependencies
author Goffi <goffi@goffi.org>
date Fri, 05 Nov 2021 18:12:41 +0100
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()