Merge pull request #1576 from node-red-hitachi/0.18-pj-open

Enable the project open button when creating a first project
pull/1578/head
Nick O'Leary 2018-01-25 08:10:03 +00:00 committed by GitHub
commit 838f45775b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: {