• Just calling load() should do what you want - BUT the issue may be that load is being called before the initialisation of the current app is finished. Maybe try:

    setTimeout(load, 10);
    
About

Avatar for Gordon @Gordon started