Moved frontend of REST Mock to frontend container (solves #168) #186
@@ -4,7 +4,7 @@ var json = {};
 | 
			
		||||
var jsonIndex = 0;
 | 
			
		||||
var lastId = 1;
 | 
			
		||||
var htable_row = 0;
 | 
			
		||||
var host = getDomain();
 | 
			
		||||
var host = window.location.protocol + "//" + window.location.hostname + ":8097";
 | 
			
		||||
var dataModified = false;
 | 
			
		||||
const addMessageName = 'addMessage';
 | 
			
		||||
const loadMessageName = 'changeMessage';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user