Merge pull request #179 from ebolam/united
Fix for model loading not updating some attributes on the page.
This commit is contained in:
commit
784dea8298
|
@ -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>");
|
||||
|
|
Loading…
Reference in New Issue