8 lines
		
	
	
		
			322 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			322 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
$(document).ready( function() {
 | 
						|
    document.getElementsByName("iframe")[0].src =
 | 
						|
        window.location.protocol + "//" + window.location.hostname + ":8097";
 | 
						|
    document.getElementById("rest-mock").href =
 | 
						|
        window.location.protocol + "//" + window.location.hostname + ":8097";
 | 
						|
    console.log("DONE")
 | 
						|
});
 | 
						|
        
 |