diff options
-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(); } }); |