diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update.php b/update.php index 14c19e4d0..c29fbdb09 100644 --- a/update.php +++ b/update.php @@ -308,7 +308,8 @@ function update_selection_page() { $form['has_js'] = array( '#type' => 'hidden', - '#default_value' => FALSE + '#default_value' => FALSE, + '#attributes' => array('id' => 'edit-has_js') ); $form['submit'] = array( '#type' => 'submit', |