view libervia/pages/_browser/loading.py @ 1384:b61509c47cac

tasks (brython): fixed Brython scripts during dev mode reload
author Goffi <goffi@goffi.org>
date Sat, 20 Feb 2021 13:56:08 +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()