Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: R11/release11-tools-web#117
		
			
				
	
	
		
			6 lines
		
	
	
		
			194 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			194 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| $(document).ready( function() {
 | |
|     document.getElementById("rest-mock").href =
 | |
|         window.location.protocol + "//" + window.location.hostname + ":8097";
 | |
|     console.log("DONE")
 | |
| });
 | |
|         
 |