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

1128.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\autolink plugin.js Tue Dec 20 19:50:43 2016 UTC
2 Wed Feb 1 19:57:46 2017 UTC

1128.2 Comparison summary

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

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

1128.4 Active regular expressions

No regular expressions were active.

1128.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( ){var d=/^ (https?|ft p):\/\/(-\ .)?([^\s\/ ?\.#-]+\.? )+(\/[^\s] *)?[^\s\., ]$/ig,e=/" /g;CKEDITO R.plugins. add("autol ink",{requ ires:"clip board",ini t:function (c){c.on(" paste",fun ction(b){v ar a=b.dat a.dataValu e;b.data.d ataTransfe r.getTrans ferType(c) ==CKEDITOR .DATA_TRAN SFER_INTER NAL||-1<a. indexOf("\ x3c")||(a= a.replace( d,'\x3ca h ref\x3d"'+ a.replace( e,"%22")+' "\x3e$\x26 \x3c/a\x3e '),a!=b.da ta.dataVal ue&&(b.dat a.type="ht ml"),b.dat a.dataValu e=a)})}})} )();