aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlouise <louise>2009-09-28 12:34:15 +0000
committerlouise <louise>2009-09-28 12:34:15 +0000
commit393e5b850f49fa08c573aa6d60810ecc4a5fe87f (patch)
treedc07f773ac700a96cb686358a9a48597e5c404e4
parent13d822a021afce3b347c302c457c2f04103bfbb1 (diff)
Update element name
-rw-r--r--web/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js.js b/web/js.js
index 6f97732e0..e2862db4d 100644
--- a/web/js.js
+++ b/web/js.js
@@ -101,7 +101,7 @@ YAHOO.util.Event.onContentReady('email_alert', function() {
pos[0] -= 20; pos[1] += 20;
YAHOO.util.Dom.setStyle('email_alert_box', 'display', 'block');
YAHOO.util.Dom.setXY('email_alert_box', pos);
- document.getElementById('alert_email').focus();
+ document.getElementById('alert_rznvy').focus();
}
});
YAHOO.util.Event.addListener(this, 'mouseout', function(e) {