diff options
Diffstat (limited to 'web/js.js')
-rw-r--r-- | web/js.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ * */ +YAHOO.util.Event.onContentReady('pc', function() { + if (this.value != this.defaultValue) { + this.focus(); + } +}); + function compass_pan(e, a) { YAHOO.util.Event.preventDefault(e); pan(a.x, a.y); |