Skip to content

Commit

Permalink
Ups remove 'hello' so that user without js can still submit the form
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Apr 16, 2015
1 parent 193d117 commit 10cc7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sharedaddy/sharing-sources.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public function display_footer() {
<input type="email" name="source_email" id="source_email" value="" />

<?php endif; ?>
<input type="text" id="jetpack-source_f_name" name="source_f_name" class="input" value="hello" size="25" autocomplete="off" />
<input type="text" id="jetpack-source_f_name" name="source_f_name" class="input" value="" size="25" autocomplete="off" />
<script> document.getElementById('jetpack-source_f_name').value = ''; </script>
<?php do_action( 'sharing_email_dialog', 'jetpack' ); ?>

Expand Down

0 comments on commit 10cc7c9

Please sign in to comment.