From f1578bd8fefa3b9e38bae35c8182b954c024065c Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 7 Dec 2016 10:01:07 -0500
Subject: [PATCH] fix #187: can't change receive symbol in number box

---
 pd/nw/dialog_gatom.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pd/nw/dialog_gatom.html b/pd/nw/dialog_gatom.html
index 6b7f86ce5..2e14b3c59 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>
-- 
GitLab