Committer: szhirkov
LJINT-453: Can't log if using the AutoComplete feature for the login/passwordU trunk/templates/Identity/ExternalLogin/v2.tmpl
Modified: trunk/templates/Identity/ExternalLogin/v2.tmpl =================================================================== --- trunk/templates/Identity/ExternalLogin/v2.tmpl 2011-09-08 05:19:02 UTC (rev 10978) +++ trunk/templates/Identity/ExternalLogin/v2.tmpl 2011-09-08 05:27:53 UTC (rev 10979) @@ -178,7 +178,7 @@ inputFields = tabItem.find('input:text, input:password, input[type=url]'); inputFields - .bind('paste blur focus change keyup', function () { + .bind('paste blur focus change keyup', function() { var someInputIsEmpty = false; inputFields.each(function () {