summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;