Viewing File: /usr/local/cpanel/base/frontend/jupiter/mail/lists/lists.devel.js

/*
# mail/lists/lists.devel.js                                 Copyright(c) 2020 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/

/* global require: false */

// Loads the application with the pre-built combined files

/*
 *  This is essentially a wrapper function that redirects to the main delegated_lists file
 *  it could be tweaked to run delegated_lists differently in distribution form.
 *  'app' is defined dynamically and overriden by the config in cjt2-dist/config.js
 *
 */

require(
    [
        "app/lists"
    ],
    function(APP) {
        "use strict";
        APP();
    }
);
Back to Directory File Manager