diff --git a/pd/nw/dialog_gatom.html b/pd/nw/dialog_gatom.html index 6b7f86ce54f6af53dd9937b5de523bdb99ce54a8..2e14b3c59cbbb056bf2ee3cec829d1403f7bc0bc 100644 --- a/pd/nw/dialog_gatom.html +++ b/pd/nw/dialog_gatom.html @@ -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>