view libervia/pages/_browser/loading.py @ 1383:81b472bcf0a1

server: be sure to have strings for ns_map
author Goffi <goffi@goffi.org>
date Sat, 20 Feb 2021 13:55:00 +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()