Author: psharples
Date: Fri Oct 14 12:53:29 2011
New Revision: 1183338

URL: http://svn.apache.org/viewvc?rev=1183338&view=rev
Log:
JQuery (blur) listener to fix the form submission for a new api key.  Google 
Chrome would not let you submit the form without it.  See WOOKIE-169.

Modified:
    incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp

Modified: incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp?rev=1183338&r1=1183337&r2=1183338&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp (original)
+++ incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp Fri Oct 14 
12:53:29 2011
@@ -68,6 +68,7 @@ if (version==null){
        $(document).ready(function() {           
                $("#email").change(validate);
                $("#email").keyup(validate);
+               $("#email").blur(validate); // fixes google chrome              
        });
        
 


Reply via email to