Improved generated js code.
This commit is contained in:
parent
d9574d312c
commit
37288861e4
1 changed files with 8 additions and 6 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
<script id="zammad_form_script" src="http://localhost:3000/assets/form/form.js"></script>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#feedback-form').zammad_form({
|
||||
messageTitle: 'Feedback Form',
|
||||
messageSubmit: 'Submit',
|
||||
|
@ -16,6 +17,7 @@ $('#feedback-form').zammad_form({
|
|||
showTitle: true,
|
||||
modal: true
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue