1383. Araxis Merge File Comparison Report

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

1383.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\sourcedialog\dialogs sourcedialog.js Tue Dec 20 19:50:48 2016 UTC
2 Wed Feb 1 19:57:52 2017 UTC

1383.2 Comparison summary

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

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

1383.4 Active regular expressions

No regular expressions were active.

1383.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   CKEDITOR.d ialog.add( "sourcedia log",funct ion(a){var  b=CKEDITO R.document .getWindow ().getView PaneSize() ,e=Math.mi n(b.width- 70,800),b= b.height/1 .5,d;retur n{title:a. lang.sourc edialog.ti tle,minWid th:100,min Height:100 ,onShow:fu nction(){t his.setVal ueOf("main ","data",d =a.getData ())},onOk: function() {function  b(f,c){a.f ocus();a.s etData(c,f unction(){ f.hide();v ar b=a.cre ateRange() ;b.moveToE lementEdit Start(a.ed itable()); b.select() })}return  function() {var a=thi s.getValue Of("main", "data").re place(/\r/ g,""),c=th is;        
6   if(a===d)r eturn!0;se tTimeout(f unction(){ b(c,a)});r eturn!1}}( ),contents :[{id:"mai n",label:a .lang.sour cedialog.t itle,eleme nts:[{type :"textarea ",id:"data ",dir:"ltr ",inputSty le:"cursor :auto;widt h:"+e+"px; height:"+b +"px;tab-s ize:4;text -align:lef t;","class ":"cke_sou rce"}]}]}} );