Skip to content

Commit

Permalink
Fixed 1232 - Workspace does not show newly created projects
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 4, 2023
1 parent 55ad8e4 commit 18c74f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/scripts/template_management.js
Expand Up @@ -1314,7 +1314,6 @@ function tutorial_created(response) {
data = response.split(",");

open_created_node(data[0], new_template_folder);
//update_your_projects();

if (data[1] == "*") {

Expand Down Expand Up @@ -1394,6 +1393,7 @@ function create_tutorial(tutorial) {
}
})
.done(function(response){
refresh_workspace();
tutorial_created(response);
});
} else {
Expand Down

0 comments on commit 18c74f5

Please sign in to comment.