Use ajax for form requests too.

This commit is contained in:
Jan Böhmer 2019-03-24 20:25:27 +01:00
parent b3db1dd139
commit 8711f296a4
6 changed files with 43 additions and 4 deletions

View file

@ -4,7 +4,7 @@
"target": "es5",
"sourceMap": true,
"typeRoots": ["../node_modules"],
"types": ["jquery", "js-cookie", "bootstrap"]
"types": ["jquery", "js-cookie", "bootstrap", "jquery.form"]
},
"exclude": [
"node_modules"