barbegal / openzwave-control-panel

Automatically exported from code.google.com/p/openzwave-control-panel
0 stars 0 forks source link

Pb in cp.js line 411 #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In cp.js :
    document.getElementById('sucnode').value = '';
Replace by
    document.getElementById('sucnodeid').value = '';

Thanks
Thomas

Original issue reported on code.google.com by thomas.g...@gmail.com on 18 Feb 2013 at 10:13

GoogleCodeExporter commented 9 years ago
Nice catch. Thanks!

Original comment by glsatz on 19 Feb 2013 at 6:49