Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
f1578bd8
Commit
f1578bd8
authored
Dec 07, 2016
by
Jonathan Wilkes
Browse files
fix #187: can't change receive symbol in number box
parent
aa7b62e2
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/nw/dialog_gatom.html
View file @
f1578bd8
...
...
@@ -53,7 +53,7 @@
</td>
<td
colspan=
"3"
>
<input
type=
"text"
id=
"send_symbol"
name=
"send_symbol"
onchange=
"update_attr(this)"
>
onchange=
"update_attr(this)
;
"
>
</td>
</tr>
<tr>
...
...
@@ -63,7 +63,8 @@
</label>
</td>
<td
colspan=
"3"
>
<input
type=
"text"
id=
"receive_symbol"
name=
"receive_symbol"
>
<input
type=
"text"
id=
"receive_symbol"
name=
"receive_symbol"
onchange=
"update_attr(this);"
>
</td>
</tr>
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment