projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41161b
)
Another place to change login button DOM ID
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 8 Nov 2010 20:54:35 +0000
(13:54 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 8 Nov 2010 20:54:35 +0000
(13:54 -0700)
horde/js/login.js
patch
|
blob
|
history
diff --git
a/horde/js/login.js
b/horde/js/login.js
index
ba9c5f2
..
14791a3
100644
(file)
--- a/
horde/js/login.js
+++ b/
horde/js/login.js
@@
-17,7
+17,7
@@
var HordeLogin = {
alert(HordeLogin.pass_error);
$('horde_pass').focus();
} else {
- $('login
_
button').disable();
+ $('login
-
button').disable();
if (Prototype.Browser.IE) {
try {
document.body.style.behavior = "url(#default#clientCaps)";