Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: #220 Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			270 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			270 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /**
 | |
|  * This function is executed after the page is loaded.
 | |
|  * 
 | |
|  * @function
 | |
|  * @name init
 | |
|  * @kind function
 | |
|  */
 | |
| function init() {
 | |
|     // Make sure that only plain text is pasted
 | |
|     configurePastingInElement("xmlArea");
 | |
|     configurePastingInElement("transformArea");
 | |
| 
 | |
| } |