view libervia/pages/_browser/loading.py @ 1400:4117f1b63765

core (twisted/plugin): use `config.parseMainConf` instad of configparser
author Goffi <goffi@goffi.org>
date Sat, 20 Mar 2021 18:23:18 +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()