Viewing File: /usr/local/cpanel/base/frontend/jupiter/api_tokens/index.dist.js
/*
# account_preferences/index.dist.js Copyright 2022 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 */
require([
"frameworksBuild",
"locale!cjtBuild",
"locale!app/index.cmb"
],
function() {
"use strict";
require(
[
"app/index"
],
function(APP) {
APP();
}
);
});
Back to Directory
File Manager