Merge branch 'main' of https://github.com/Newtbot/MP
This commit is contained in:
@ -253,4 +253,4 @@ form
|
||||
.top-nav .navbar-toggler:hover{
|
||||
color: #4eae3a;
|
||||
border-color: #4eae3a;
|
||||
}
|
||||
}
|
||||
|
@ -256,7 +256,7 @@ app.auth = (function (app) {
|
||||
};
|
||||
})(app);
|
||||
|
||||
//ajax form submit
|
||||
//ajax form submit and pass to api
|
||||
function formAJAX(btn, del) {
|
||||
event.preventDefault(); // avoid to execute the actual submit of the form.
|
||||
var $form = $(btn).closest("[action]"); // gets the 'form' parent
|
||||
|
Reference in New Issue
Block a user