Fixed an issue

This commit is contained in:
Philip 2021-08-22 15:52:42 +02:00
parent 0fa88f367a
commit 8f7d6cc98a

View file

@ -3,7 +3,7 @@
* @version 0.0.1
*/
$('input[name="submit"]').on('click', function(e) {
$('button[name="submit"]').on('click', function(e) {
e.preventDefault();
$.ajax({