Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/com_tjvendors/media/js/tjvendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ var tjCommon = {
}
else if (!response && userObject.payment_gateway != "") {
var error_html = Joomla.JText._('COM_TJVENDOR_PAYMENTGATEWAY_NO_FIELD_MESSAGE');
$thisId.closest('.subform-repeatable-group').append("<div class='alert alert-warning payment-gateway-parent'>" + error_html + "</div>");
jQuery("#system-message-container").html("<div class='alert alert-warning payment-gateway-parent'>" + error_html +"<button data-dismiss='alert' class='close' type='button'>×</button></div>");
}
}
});
Expand Down