315. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/9/2017 12:03:03 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

315.1 Files compared

# Location File Last Modified
1 Tue May 9 16:03:03 2017 UTC
2 OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\CRM_solutions\Managed\North52BPA_1_0_0_506_managed_2013_2015_2016..zip\WebResources north52_javascriptdeploynorth524FD9D421-8FAF-E411-99CC-00155DF5B00D Mon Sep 19 18:20:18 2016 UTC

315.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 50
Removed 0 0

315.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

315.4 Active regular expressions

No regular expressions were active.

315.5 Comparison detail

        1   if (typeof  North52 = = 'undefin ed') { Nor th52 = {};  }
        2   if (typeof  North52.D eploy== 'u ndefined')  { North52 .Deploy= { }; }
        3  
        4   North52.De ploy.Ok= f unction ()  {
        5  
        6           };
        7      
        8       North5 2.Deploy.O nLoad = fu nction ()  {
        9          $(' #btnOk').a ttr('disab led',true) ;  
        10    
        11         var  configurat ionId = N5 2.DialogHe lpers.GetC onfigurati onId();
        12         var  serverUrl  = N52.Dial ogHelpers. GetServerU rl();
        13         var  command =  217890011;
        14  
        15         Nort h52.Deploy .Execute(c ommand, se rverUrl,co nfiguratio nId  );      
        16       };
        17  
        18  
        19   North52.De ploy.Execu te= functi on(command , serverur l, configu rationId )  {
        20  
        21     try
        22      { 
        23                      va r configur ation = {} ;
        24                         configurat ion.north5 2_Command  = { Value:  command } ;
        25                       
        26                         SDK.JQuery .updateRec ord(
        27                              confi gurationId ,
        28                              confi guration,
        29                              "nort h52_config uration", 
        30                              North 52.Deploy. configSucc ess,
        31                              North 52.Deploy. configErro r
        32                           );
        33   }
        34     catch (e x)
        35     {
        36        alert ('North52  Formula Ma nager Erro r: ' + ex. message);
        37      }
        38  
        39   };
        40  
        41    North52.D eploy.conf igSuccess=  function  () {
        42           wi ndow.close ();
        43        };
        44  
        45    North52.D eploy.conf igError= f unction (X mlHttpRequ est, textS tatus, err orThrown)  {
        46                           
        47                           alert('N orth52 For mula Manag er: ' + Xm lHttpReque st.message  )
        48                           $('#btnO k').attr(' disabled', false); 
        49                          $('#loadi ng').hide( ); 
        50          };