diff options
Diffstat (limited to 'web/js.js')
-rw-r--r-- | web/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |