[Debian-iot-packaging] [openzwave-controlpanel] 56/81: Fix dom element name mismatch for sucnodeid field.
Dara Adib
daradib-guest at moszumanska.debian.org
Thu Dec 22 16:57:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
daradib-guest pushed a commit to branch debian/master
in repository openzwave-controlpanel.
commit 403b996093a5f1dbb242ba4d7da6c813fc1845a8
Author: Joe Ciccone <jciccone at gmail.com>
Date: Tue Jul 28 21:43:30 2015 -0400
Fix dom element name mismatch for sucnodeid field.
---
cp.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cp.js b/cp.js
index 2107951..3b6cd5d 100644
--- a/cp.js
+++ b/cp.js
@@ -413,7 +413,7 @@ function BED()
document.getElementById('homeid').value = '';
document.getElementById('cmode').value = '';
document.getElementById('nodecount').value = '';
- document.getElementById('sucnode').value = '';
+ document.getElementById('sucnodeid').value = '';
document.getElementById('saveinfo').style.display = 'none';
document.getElementById('tbody').innerHTML= '';
document.getElementById('divconfigcur').innerHTML = '';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave-controlpanel.git
More information about the Debian-iot-packaging
mailing list