remove duplicate error mgs on submit web_form (#5972)
* remove dublicate error mgs on submit web_form * show side-bar in RTL lang
This commit is contained in:
parent
3be33b8854
commit
893b7e0980
2 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ body.no-breadcrumbs .navbar .navbar-home:before {
|
|||
.layout-side-section .overlay-sidebar {
|
||||
left: auto !important;
|
||||
right: 0 !important;
|
||||
transform:translateX(110%) !important;
|
||||
}
|
||||
.layout-side-section .overlay-sidebar.opened {
|
||||
transform:translateX(0) !important;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ frappe.ready(function() {
|
|||
|
||||
// submit
|
||||
$(".btn-form-submit").on("click", function() {
|
||||
let data = frappe.web_form.get_values();
|
||||
save();
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue