diff options
author | matthew <matthew> | 2007-04-05 16:06:32 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-04-05 16:06:32 +0000 |
commit | edc003c1bc6491fea1d88b3df143d585b794b3cf (patch) | |
tree | c58e3e22a1efbee6dce71811745fd9194bda2e04 /web/js.js | |
parent | 9bba91a90d21b5a56ed0f76436c536ff386b9ea9 (diff) |
Whoops.
Diffstat (limited to 'web/js.js')
-rw-r--r-- | web/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ */ YAHOO.util.Event.onContentReady('pc', function() { - if (this.value != this.defaultValue) { + if (this.value == this.defaultValue) { this.focus(); } }); |