1320. Araxis Merge File Comparison Report

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

1320.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\link\dialogs anchor.js Tue Dec 20 19:50:49 2016 UTC
2 Wed Feb 1 19:57:50 2017 UTC

1320.2 Comparison summary

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

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

1320.4 Active regular expressions

No regular expressions were active.

1320.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( "anchor",f unction(c) {function  d(a,b){ret urn a.crea teFakeElem ent(a.docu ment.creat eElement(" a",{attrib utes:b})," cke_anchor ","anchor" )}return{t itle:c.lan g.link.anc hor.title, minWidth:3 00,minHeig ht:60,onOk :function( ){var a=CK EDITOR.too ls.trim(th is.getValu eOf("info" ,"txtName" )),a={id:a ,name:a,"d ata-cke-sa ved-name": a};if(this ._.selecte dElement)t his._.sele ctedElemen t.data("ck e-realelem ent")?(a=d (c,a),a.re place(this ._.selecte dElement), CKEDITOR.e nv.ie&&c.g etSelectio n().select Element(a) ):        
6   this._.sel ectedEleme nt.setAttr ibutes(a); else{var b =c.getSele ction(),b= b&&b.getRa nges()[0]; b.collapse d?(a=d(c,a ),b.insert Node(a)):( CKEDITOR.e nv.ie&&9>C KEDITOR.en v.version& &(a["class "]="cke_an chor"),a=n ew CKEDITO R.style({e lement:"a" ,attribute s:a}),a.ty pe=CKEDITO R.STYLE_IN LINE,c.app lyStyle(a) )}},onHide :function( ){delete t his._.sele ctedElemen t},onShow: function() {var a=c.g etSelectio n(),b=a.ge tSelectedE lement(),d =b&&b.data ("cke-real element"), e=d?CKEDIT OR.plugins .link.tryR estoreFake Anchor(c,b ):CKEDITOR .plugins.l ink.getSel ectedLink( c);        
7   if(e){this ._.selecte dElement=e ;var f=e.d ata("cke-s aved-name" );this.set ValueOf("i nfo","txtN ame",f||"" );!d&&a.se lectElemen t(e);b&&(t his._.sele ctedElemen t=b)}this. getContent Element("i nfo","txtN ame").focu s()},conte nts:[{id:" info",labe l:c.lang.l ink.anchor .title,acc essKey:"I" ,elements: [{type:"te xt",id:"tx tName",lab el:c.lang. link.ancho r.name,req uired:!0,v alidate:fu nction(){r eturn this .getValue( )?!0:(aler t(c.lang.l ink.anchor .errorName ),!1)}}]}] }});