From edc003c1bc6491fea1d88b3df143d585b794b3cf Mon Sep 17 00:00:00 2001 From: matthew Date: Thu, 5 Apr 2007 16:06:32 +0000 Subject: Whoops. --- web/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }); -- cgit v1.2.3