view libervia/pages/_browser/loading.py @ 1407:5a132b85e1ac

browser (invitation): fix an indentation issue which was breaking invitations
author Goffi <goffi@goffi.org>
date Fri, 16 Apr 2021 18:45:44 +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()