Format the source code

In order to equivalent with WSO2 coding standards modified the source code
This commit is contained in:
lasantha 2018-02-28 19:53:28 +05:30
parent 18b1f7830d
commit 0ce103e1ad
2 changed files with 7 additions and 8 deletions

View File

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