fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: status bar
[fnpeditor.git]
/
src
/
editor
/
modules
/
metadataEditor
/
metadataEditor.js
diff --git
a/src/editor/modules/metadataEditor/metadataEditor.js
b/src/editor/modules/metadataEditor/metadataEditor.js
index
118571e
..
b9021bc
100644
(file)
--- a/
src/editor/modules/metadataEditor/metadataEditor.js
+++ b/
src/editor/modules/metadataEditor/metadataEditor.js
@@
-77,6
+77,7
@@
return function(sandbox) {
clear: function() {
},
setMetadata: function(node) {
+ this.node.find('.rng-module-metadataEditor-addBtn').attr('disabled', !node);
if(!node) {
this.metaTable.html('');
return;