From a0dbca632b291a3f53520d2c9e401aac57e81ee6 Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 17 Jun 2025 11:41:29 +0300 Subject: [PATCH] =?utf8?q?ERP-360=20=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= =?utf8?q?=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B0?= =?utf8?q?=D0=B2=D1=82=D0=BE=D0=BF=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/web/js/autoplannogramma/autoplannogramma.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/erp24/web/js/autoplannogramma/autoplannogramma.js b/erp24/web/js/autoplannogramma/autoplannogramma.js index cc9bff9a..6f46f7e9 100644 --- a/erp24/web/js/autoplannogramma/autoplannogramma.js +++ b/erp24/web/js/autoplannogramma/autoplannogramma.js @@ -42,6 +42,11 @@ document.addEventListener("DOMContentLoaded", () => { }); }); +$(document).ready(function () { + $('.btn-apply').trigger('click'); +}); + + $('.subcategory .list-group-item').on('click', function (e) { e.preventDefault(); @@ -148,7 +153,6 @@ $('.subcategory .list-group-item').on('click', function (e) { $row.after(fragment); - // Initialize Bootstrap tooltips $('[data-bs-toggle="tooltip"]').tooltip({ customClass: 'custom-tooltip' }); -- 2.39.5