mirror of
				https://github.com/KoboldAI/KoboldAI-Client.git
				synced 2025-06-05 21:59:24 +02:00 
			
		
		
		
	Fix for model loading not updating some attributes on the page.
This commit is contained in:
		@@ -2900,6 +2900,7 @@ $(document).ready(function(){
 | 
			
		||||
			$("#showmodelnamecontainer").removeClass("hidden");
 | 
			
		||||
		} else if(msg.cmd == 'hide_model_name') {
 | 
			
		||||
			$("#showmodelnamecontainer").addClass("hidden");
 | 
			
		||||
			location.reload();
 | 
			
		||||
			//console.log("Closing window");
 | 
			
		||||
		} else if(msg.cmd == 'model_load_status') {
 | 
			
		||||
			$("#showmodelnamecontent").html("<div class=\"flex\"><div class=\"loadlistpadding\"></div><div class=\"loadlistitem\" style='align: left'>" + msg.data + "</div></div>");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user