← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 432: Merge branch 'classic_output'

 

Merge authors:
  Assem Chelli (عاصم شلي) (assem-ch)
  Suhail (xsoh-k7)
------------------------------------------------------------
revno: 432 [merge]
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2012-11-18 00:40:06 +0100
message:
  Merge branch 'classic_output'
  
  Conflicts:
  	interfaces/web/wui/index.html
modified:
  interfaces/web/wui/js/keyboard.js


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'interfaces/web/wui/js/keyboard.js'
--- interfaces/web/wui/js/keyboard.js	2012-11-16 21:20:58 +0000
+++ interfaces/web/wui/js/keyboard.js	2012-11-17 21:53:11 +0000
@@ -76,7 +76,7 @@
   this.VKI_imageURI = "images/keyboard.png";  // If empty string, use imageless mode
   this.VKI_clickless = 0;  // 0 = disabled, > 0 = delay in ms
   this.VKI_activeTab = 0;  // Tab moves to next: 1 = element, 2 = keyboard enabled element
-  this.VKI_enterSubmit = true;  // Submit forms when Enter is pressed
+  this.VKI_enterSubmit = false;  // Submit forms when Enter is pressed
   this.VKI_keyCenter = 3;
 
   this.VKI_isIE = /*@cc_on!@*/false;