fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Wrapping in node text with subnodes
[fnpeditor.git]
/
modules
/
data
/
saveDialog.js
diff --git
a/modules/data/saveDialog.js
b/modules/data/saveDialog.js
index
aa6b285
..
2108276
100644
(file)
--- a/
modules/data/saveDialog.js
+++ b/
modules/data/saveDialog.js
@@
-20,6
+20,7
@@
define([
this.setElement(this.template());
\r
this.$el.modal({backdrop: 'static'});
\r
this.$el.modal('show');
\r
+ this.$('textarea').focus();
\r
\r
},
\r
onSave: function(e) {
\r