@@ -187,7 +187,7 @@ |
||
187 | 187 | '</label>' . |
188 | 188 | '</div>' . |
189 | 189 | '<script>' . |
190 | - 'document.getElementById("' . e($id). '-radio").addEventListener("change", function () {' . |
|
190 | + 'document.getElementById("' . e($id) . '-radio").addEventListener("change", function () {' . |
|
191 | 191 | ' document.getElementById("' . e($id) . '").value = this.checked ? "Y" : "";' . |
192 | 192 | '})' . |
193 | 193 | '</script>'; |