Fix for model loading not updating some attributes on the page.

This commit is contained in:
ebolam 2022-08-08 10:16:10 -04:00
parent 77e2a7972c
commit ad6bf95c42
1 changed files with 1 additions and 0 deletions

View File

@ -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>");