All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.js.labels.page_controller.js Maven / Gradle / Ivy

The newest version!
(function PageController(){
    scriptLoader.loadScript("/js/labels/labels_controller.js");

    const PAGE_NAME = "labels";

    window.pageController = new function(){
        this.getPageName = function(){
            return PAGE_NAME;
        }
    }

    eventProcessor.processEvent(new Event(events.LOAD_LOCALIZATION, PAGE_NAME));
})();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy