Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/zone_editor/index.devel.js

/* global require: false */

// Loads the application with the non-combined files
require(
    [
        "app/index"
    ],
    function(APP) {
        "use strict";
        APP();
    }
);
Back to Directory File Manager