aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
authormatthew <matthew>2007-04-05 16:06:32 +0000
committermatthew <matthew>2007-04-05 16:06:32 +0000
commitedc003c1bc6491fea1d88b3df143d585b794b3cf (patch)
treec58e3e22a1efbee6dce71811745fd9194bda2e04 /web/js.js
parent9bba91a90d21b5a56ed0f76436c536ff386b9ea9 (diff)
Whoops.
Diffstat (limited to 'web/js.js')
-rw-r--r--web/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js.js b/web/js.js
index bded26a84..047dc9d9e 100644
--- a/web/js.js
+++ b/web/js.js
@@ -10,7 +10,7 @@
*/
YAHOO.util.Event.onContentReady('pc', function() {
- if (this.value != this.defaultValue) {
+ if (this.value == this.defaultValue) {
this.focus();
}
});