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