mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
fix .value
This commit is contained in:
parent
d1b4fa2c18
commit
cf692e49b4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<!-- rfc5463 -->
|
||||
error
|
||||
<input type="text" data-bind="textInput: message.value">
|
||||
<input type="text" data-bind="textInput: message">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<!-- rfc6609 -->
|
||||
include
|
||||
<input type="text" data-bind="textInput: value.value">
|
||||
<input type="text" data-bind="textInput: value">
|
||||
<label><input type="checkbox" data-bind="checked: global"> global</label>
|
||||
<label><input type="checkbox" data-bind="checked: once"> once</label>
|
||||
<label><input type="checkbox" data-bind="checked: optional"> optional</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue