projects
/
sdk
/
tools
/
sdk-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdbaa12
)
[Title] dibs-web login key function change
author
hataejun
<taejun.ha@samsung.com>
Thu, 7 Mar 2013 11:50:19 +0000
(20:50 +0900)
committer
hataejun
<taejun.ha@samsung.com>
Thu, 7 Mar 2013 11:50:19 +0000
(20:50 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#] Support #8556
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: Ib70be160ab18be4684d40c6323b65a604a6b113a
dibs-web/public/javascripts/session.js
patch
|
blob
|
history
diff --git
a/dibs-web/public/javascripts/session.js
b/dibs-web/public/javascripts/session.js
index 60969b97d612b90de23d0879058eecf37738a04e..89c1e2bb497e4f355baca903671edd9aa79efb89 100644
(file)
--- a/
dibs-web/public/javascripts/session.js
+++ b/
dibs-web/public/javascripts/session.js
@@
-27,7
+27,7
@@
Contributors:
*/
$(function() {
- $('#login-form-password').key
press
(function() {
+ $('#login-form-password').key
down
(function() {
if(event.keyCode == '13') {
sessionLogin();
}