Enable a project open button when creating a first project

pull/1576/head
Kazuki-Nakanishi 2018-01-25 12:46:37 +09:00
parent cd8ca6fc62
commit 1c1422e4b5
1 changed files with 1 additions and 0 deletions

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: {