mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update index.js
This commit is contained in:
parent
5c84f242dd
commit
63d0f1e1c6
@ -29,7 +29,7 @@ $(document).ready(function () {
|
||||
dataType: 'json',
|
||||
data: data,
|
||||
success: function () {
|
||||
meetup_form.html('<div class="alert alert-success"><h2>Thanks!</h2><p class="lead">We\'ll be in touch soon.</p></div>');
|
||||
meetup_form.html('<div class="alert alert-success mt-3"><h2>Thanks!</h2><p class="lead">We\'ll be in touch soon.</p></div>');
|
||||
$('#meetup-form-error').html('');
|
||||
},
|
||||
error: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user