summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-27 14:11:45 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-27 14:11:45 +0000
commitbfa2f8e980f1f1ad44644ed5f88bae65f1cb7e7f (patch)
treeb40b53ffc2a867d7e26e350c8ccf5d519bdd6876 /misc
parentf265c54cac7655ebcb392c2d274c169034eb9e39 (diff)
downloadbrdo-bfa2f8e980f1f1ad44644ed5f88bae65f1cb7e7f.tar.gz
brdo-bfa2f8e980f1f1ad44644ed5f88bae65f1cb7e7f.tar.bz2
Fix update.js after id cleanup patch
Diffstat (limited to 'misc')
-rw-r--r--misc/update.js2
1 files changed, 1 insertions, 1 deletions
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;