Enable a project open button when creating a first project

This commit is contained in:
Kazuki-Nakanishi 2018-01-25 12:46:37 +09:00
parent cd8ca6fc62
commit 1c1422e4b5

View File

@ -545,6 +545,7 @@ RED.projects = (function() {
$( self ).dialog( "close" );
} else {
show('create-success');
RED.menu.setDisabled('menu-item-projects-open',false);
}
},
400: {