1234567891011121314 |
- /**
- * Licensed Materials - Property of IBM
- * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2016, 2017
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- if (performance !== undefined && performance.mark !== undefined) {
- performance.mark('index-requireBundles-start');
- }
- require([
- "lib/bundleManifest",
- "js/glass/bundleManifest"
- ], function() {
- require([ 'caglass/ajax/CompleteAuthentication' ]);
- });
|