view libervia/pages/_browser/loading.py @ 1437:b11830214f67

i18n: added French catalog
author Goffi <goffi@goffi.org>
date Tue, 15 Jun 2021 14:52:23 +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()