[Debian-iot-packaging] [openzwave-controlpanel] 68/81: Set initialize to be default on enter press

Dara Adib daradib-guest at moszumanska.debian.org
Thu Dec 22 16:57:54 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 2cbaf14808df852a8810e7b3aff8391f7e839f00
Author: Shane Madden <shanemadden at fake.email>
Date:   Wed Mar 9 11:18:47 2016 -0700

    Set initialize to be default on enter press
---
 cp.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cp.html b/cp.html
index c7ae2ff..d0ad1df 100644
--- a/cp.html
+++ b/cp.html
@@ -67,16 +67,16 @@
                     </div>
                     <br>
                     <div style="float: left;">
-                        <button class="btn btn-default" name="reset" type="submit" style="text-align: center;" onclick="var r=confirm('Do you really want to completely reset the  interface?'); if (r) return DoDevPost('reset'); else return false;">Reset</button>
+                        <button class="btn btn-default" name="reset" type="button" style="text-align: center;" onclick="var r=confirm('Do you really want to completely reset the  interface?'); if (r) return DoDevPost('reset'); else return false;">Reset</button>
                     </div>
                     <div style="float: left; padding-left: 7px;">
-                        <button class="btn btn-default" name="sreset" type="submit" style="text-align: center;" onclick="return DoDevPost('sreset');">Soft Reset</button>
+                        <button class="btn btn-default" name="sreset" type="button" style="text-align: center;" onclick="return DoDevPost('sreset');">Soft Reset</button>
                     </div>
                     <div style="float: right;">
                         <button class="btn btn-default" name="initialize" type="submit" style="text-align: center;" onclick="return DoDevPost('open');">Initialize</button>
                     </div>
                     <div style="float: right; padding-right: 7px;">
-                        <button class="btn btn-default" name="close" type="submit" style="text-align: left;" onclick=" return DoDevPost('close');">Close</button>
+                        <button class="btn btn-default" name="close" type="button" style="text-align: left;" onclick=" return DoDevPost('close');">Close</button>
                     </div>
                 </form>
             </div>

-- 
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