1323. Araxis Merge File Comparison Report

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

1323.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\mathjax\dialogs mathjax.js Tue Dec 20 19:50:44 2016 UTC
2 Wed Feb 1 19:57:51 2017 UTC

1323.2 Comparison summary

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

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

1323.4 Active regular expressions

No regular expressions were active.

1323.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( "mathjax", function(d ){var c,b= d.lang.mat hjax;retur n{title:b. title,minW idth:350,m inHeight:1 00,content s:[{id:"in fo",elemen ts:[{id:"e quation",t ype:"texta rea",label :b.dialogI nput,onLoa d:function (){var a=t his;if(!CK EDITOR.env .ie||8!=CK EDITOR.env .version)t his.getInp utElement( ).on("keyu p",functio n(){c.setV alue("\\(" +a.getInpu tElement() .getValue( )+"\\)")}) },setup:fu nction(a){ this.setVa lue(CKEDIT OR.plugins .mathjax.t rim(a.data .math))},c ommit:func tion(a){a. setData("m ath","\\(" +this.getV alue()+        
6   "\\)")}},{ id:"docume ntation",t ype:"html" ,html:'\x3 cdiv style \x3d"width :100%;text -align:rig ht;margin: -8px 0 10p x"\x3e\x3c a class\x3 d"cke_math jax_doc" h ref\x3d"'+ b.docUrl+' " target\x 3d"_black"  style\x3d "cursor:po inter;colo r:#00B2CE; text-decor ation:unde rline"\x3e '+b.docLab el+"\x3c/a \x3e\x3c/d iv\x3e"},! (CKEDITOR. env.ie&&8= =CKEDITOR. env.versio n)&&{id:"p review",ty pe:"html", html:'\x3c div style\ x3d"width: 100%;text- align:cent er;"\x3e\x 3ciframe s tyle\x3d"b order:0;wi dth:0;heig ht:0;font- size:20px"  scrolling \x3d"no" f rameborder \x3d"0" al lowTranspa rency\x3d" true" src\ x3d"'+        
7   CKEDITOR.p lugins.mat hjax.fixSr c+'"\x3e\x 3c/iframe\ x3e\x3c/di v\x3e',onL oad:functi on(){var a =CKEDITOR. document.g etById(thi s.domId).g etChild(0) ;c=new CKE DITOR.plug ins.mathja x.frameWra pper(a,d)} ,setup:fun ction(a){c .setValue( a.data.mat h)}}]}]}}) ;