mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: parse form element
This commit is contained in:
parent
79258f0874
commit
5c617aa374
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ module.exports = function(el) {
|
|||
}
|
||||
break
|
||||
|
||||
case "form":
|
||||
break
|
||||
|
||||
default:
|
||||
throw "Pjax can only be applied on <a> or <form> submit"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue