From da50263c1e0171ada68940260e77977eaf65d72b Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Tue, 3 Aug 2021 11:57:22 +0530 Subject: [PATCH] fix: Remove comma --- frappe/public/js/frappe/form/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/form/layout.js b/frappe/public/js/frappe/form/layout.js index 82d0a6cffd..7d133cc43d 100644 --- a/frappe/public/js/frappe/form/layout.js +++ b/frappe/public/js/frappe/form/layout.js @@ -256,7 +256,7 @@ frappe.ui.form.Layout = class Layout { if (document.activeElement.tagName == 'INPUT') { document.activeElement.select(); } - }, + } refresh_sections() { // hide invisible sections