OpenZWave / open-zwave-control-panel

UNMAINTAINED - We are looking for someone to maintain ozwcp! The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library that permits users to query, manage and monitor Z-Wave nodes and networks. It provides a web based user interface using AJAX principles.
Other
130 stars 72 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

veleek commented 6 years ago

This should be closed. Update #32 resolves this.