From bfa2f8e980f1f1ad44644ed5f88bae65f1cb7e7f Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 27 Dec 2006 14:11:45 +0000 Subject: Fix update.js after id cleanup patch --- misc/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/update.js b/misc/update.js index 46272f6ef..66f7d4e9a 100644 --- a/misc/update.js +++ b/misc/update.js @@ -2,7 +2,7 @@ if (Drupal.jsEnabled) { $(document).ready(function() { - $('#edit-has_js').each(function() { this.value = 1; }); + $('#edit-has-js').each(function() { this.value = 1; }); $('#progress').each(function () { var holder = this; -- cgit v1.2.3