This commit is contained in:
ebolam
2022-03-07 11:57:33 -05:00
parent 49fc854e55
commit c50fe77a7d
2 changed files with 2 additions and 2 deletions

View File

@ -2618,6 +2618,7 @@ $(document).ready(function(){
});
load_model_close.on("click", function(ev) {
$("#modellayers").addClass("hidden");
hideLoadModelPopup();
});