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

/*
# templates/mail/calenadars_and_contacts/index.css
#                                                 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 non-combined files
require(
    [
        "app/index"
    ],
    function(APP) {
        "use strict";
        APP();
    }
);
Back to Directory File Manager