Format the source code

In order to equivalent with WSO2 coding standards modified the source code
revert-70aa11f8
lasantha 7 years ago
parent 18b1f7830d
commit 0ce103e1ad

@ -53,7 +53,6 @@ function submitForm(formId) {
} else if (input.data("param-type") == "form") {
var prefix = (uriencodedFormStr == "") ? "" : "&";
if (input.attr("type") == "checkbox" || input.attr("type") == "radio") {
if (isItemSelected == undefined) {
isItemSelected = false;
}

Loading…
Cancel
Save