if (window.Bugsnag) { Bugsnag.apiKey = '71d0e4191f039dcad526b9596697101b'; Bugsnag.notifyReleaseStages = ["production","staging"]; Bugsnag.releaseStage = "production"; Bugsnag.appVersion = 'release/19.02.18-2920-g2acebd543'; } else if (window.console) { window.console.warn('Bugsnag is not available on the window.'); } angular.module('app').config(['isPhantomProvider', function (isPhantomProvider) { isPhantomProvider.setPrerender(false); }]); angular.module('app').run([ '$rootScope', '$injector', function( $rootScope ) { $rootScope.config = {"app_name":"R&A","build":"dist","analytics_session_enabled":true,"render":{"enabled":true,"page_ratio":"ratio16by9","slide_info":false},"links":{"logo":"https:\/\/app.bylder.io\/api\/files\/download\/742cb130-f800-49b0-a56b-ee295cdb4f47.png","login_image":"https:\/\/app.bylder.io\/api\/files\/download\/5936df10-866d-44ad-8d3e-1cb7442a2a62.png"},"presentation":{"marginals":{"appendDateEnabled":true,"chapterNumberEnabled":true},"editor":{"paste_plain":true,"copy_component":true,"sidebar_options_default":true},"share":{"default_link_expiry":"never"}},"pusher":{"key":"f925b99e605c68a5fbcc","host":"api-eu.pusher.com","fe_host":"ws-eu.pusher.com","cluster":"eu","port":""},"domain":{"id":28,"config":{"max_storage_gb":21474836480}},"contacts":{"enabled":false},"access":{"password_rules":{"passwords_lowerCase":null,"passwords_upperCase":null,"passwords_number":null,"passwords_specialChar":null,"passwords_totalChars":null}},"two_fa":{"provider":"google","links":{"ios":"https:\/\/apps.apple.com\/us\/app\/google-authenticator\/id388497605","android":"https:\/\/play.google.com\/store\/apps\/details?id=com.google.android.apps.authenticator2"}},"saml":{"enabled":false,"url":"https:\/\/randa.bylder.io\/auth\/saml"},"sso_login_force":false,"targeted_video":{"ai_audio_enabled":false}}; $rootScope.defaultThemeName = "randa"; $rootScope.companyName = 'R&A'; $rootScope.offline = 1; }]); angular.module('app').run(['$rootScope', '$window', '$state', function($rootScope, $window, $state) { $rootScope.jump_to_presentation = $window.present.jump_to_presentation; $rootScope.client_id = $window.present.client_id; $rootScope.link_id = $window.present.link_id; }]); angular.module('app').run(['$window', 'targetedImageCache', function($window, targetedImageCache) { angular.forEach($window.targeted_images_cache, function (value) { targetedImageCache.put(value.backgroundAssetId, value.config, value.generatedAssetId); }); }]); angular.module('app') .constant('app_uuid', "69e8df6c46aff") .constant('base_uri', "https:\/\/randa.bylder.io"); angular.module('app').config(['$compileProvider', function ($compileProvider) { $compileProvider.debugInfoEnabled(false); $compileProvider.commentDirectivesEnabled(false); }]); angular.module('app').run(['$rootScope', '$window', '$state', function($rootScope, $window, $state) { $rootScope.offline_edit = $window.offline_edit; }]); angular.module('ng-komondor').config(['kdAuthProvider', function(kdAuthProvider) { kdAuthProvider.setInitialUser({"id":1,"company_id":1,"role_id":1,"active":1,"name":"Admin","email":"digital@twelfthman.co","job_title":null,"job_dep":null,"phone":null,"sso_login":false,"pswd_login":true,"created_at":"2016-11-30T12:48:23+00:00","updated_at":"2023-12-01T14:39:05+00:00","deleted_at":null,"password_last_reset_at":"2021-05-14T11:25:50.000000Z","channel":"private-ra.production.domain-28.user-1","must_reset_password":false,"two_fa_enabled":false,"must_setup_two_fa":false,"sso_logged_in":false,"is_prerender":false,"permissions":["super-admin"],"role":{"id":1,"company_id":1,"name":"Admins","created_at":"2016-11-30T12:48:23+00:00","updated_at":"2016-11-30T12:48:23+00:00","deleted_at":null,"super_admin":1}}); }]);