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:
Mohamed_Alsum 2018-08-20 07:09:54 +02:00 committed by Rushabh Mehta
parent 3be33b8854
commit 893b7e0980
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -53,7 +53,6 @@ frappe.ready(function() {
// submit
$(".btn-form-submit").on("click", function() {
let data = frappe.web_form.get_values();
save();
return false;
});