Code cleanup

This commit is contained in:
Behind The Math
2018-04-27 09:44:37 -04:00
parent 8c8787bac5
commit ac0dfa7d81
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,7 @@ var formAction = function(el, event) {
// Initialize requestOptions
options.requestOptions = {
requestUrl: el.getAttribute("action") || window.location.href,
requestMethod: el.getAttribute("method") || "GET",
requestParams: []
requestMethod: el.getAttribute("method") || "GET"
}
// create a testable virtual link of the form action