fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fnpjs: actions - handle exception in action.getState gracefully
[fnpeditor.git]
/
src
/
editor
/
views
/
dialog
/
templates
/
input.html
diff --git
a/src/editor/views/dialog/templates/input.html
b/src/editor/views/dialog/templates/input.html
index
f60f2f6
..
1600d87
100644
(file)
--- a/
src/editor/views/dialog/templates/input.html
+++ b/
src/editor/views/dialog/templates/input.html
@@
-3,7
+3,7
@@
<%= label %>:
</div>
<div>
- <input type="input" name="<%= name %>"/>
+ <input type="input" name="<%= name %>"
value="<%= initialValue %>"
/>
<span class="description"><%= description %></span>
</div>