1126. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:57:46 PM Eastern Standard 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.

1126.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM Portal\trunk\BTSSSPortal\js\ckeditor\plugins\ajax plugin.js Tue Dec 20 19:50:48 2016 UTC
2 Wed Feb 1 19:57:46 2017 UTC

1126.2 Comparison summary

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

1126.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

1126.4 Active regular expressions

No regular expressions were active.

1126.5 Comparison detail

1   /*        
2    Copyright  (c) 2003- 2015, CKSo urce - Fre derico Kna bben. All  rights res erved.        
3    This soft ware is co vered by C KEditor Co mmercial L icense. Us age withou t proper l icense is  prohibited .        
4   */        
5   (function( ){CKEDITOR .plugins.a dd("ajax", {requires: "xml"});CK EDITOR.aja x=function (){functio n g(){if(! CKEDITOR.e nv.ie||"fi le:"!=loca tion.proto col)try{re turn new X MLHttpRequ est}catch( a){}try{re turn new A ctiveXObje ct("Msxml2 .XMLHTTP") }catch(b){ }try{retur n new Acti veXObject( "Microsoft .XMLHTTP") }catch(e){ }return nu ll}functio n h(a){ret urn 4==a.r eadyState& &(200<=a.s tatus&&300 >a.status| |304==a.st atus||0=== a.status|| 1223==a.st atus)}func tion k(a){ return h(a )?a.respon seText:nul l}function  m(a){if(h (a)){var b =        
6   a.response XML;return  new CKEDI TOR.xml(b& &b.firstCh ild?b:a.re sponseText )}return n ull}functi on l(a,b,e ){var f=!! b,c=g();if (!c)return  null;c.op en("GET",a ,f);f&&(c. onreadysta techange=f unction(){ 4==c.ready State&&(b( e(c)),c=nu ll)});c.se nd(null);r eturn f?"" :e(c)}func tion n(a,b ,e,f,c){va r d=g();if (!d)return  null;d.op en("POST", a,!0);d.on readystate change=fun ction(){4= =d.readySt ate&&(f(c( d)),d=null )};d.setRe questHeade r("Content -type",e|| "applicati on/x-www-f orm-urlenc oded; char set\x3dUTF -8");d.sen d(b)}retur n{load:fun ction(a,        
7   b){return  l(a,b,k)}, post:funct ion(a,b,e, f){return  n(a,b,e,f, k)},loadXm l:function (a,b){retu rn l(a,b,m )}}}()})() ;