diff options
Diffstat (limited to 'views/installation')
-rw-r--r-- | views/installation/install/forms/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/installation/install/forms/template.php b/views/installation/install/forms/template.php index 626bfc6c8..897772dd4 100644 --- a/views/installation/install/forms/template.php +++ b/views/installation/install/forms/template.php @@ -30,6 +30,7 @@ $form_body .= elgg_view('input/submit', $submit_params); echo $form_body; ?> +<?php //@todo JS 1.8: no ?> <script type="text/javascript"> var was_submitted = false; function elggCheckFormSubmission() { |