From eb8c102fcf321e5567dfd62eb00478e13c8a3dad Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Thu, 3 Oct 2024 10:26:02 +0300 Subject: [PATCH] =?utf8?q?[ERP-155]=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= =?utf8?q?=20=D0=B1=D0=B0=D0=B3=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/marketplace/priority.php | 4 ---- erp24/web/js/marketplace/priority.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/erp24/views/marketplace/priority.php b/erp24/views/marketplace/priority.php index 6fdccb73..51904f98 100644 --- a/erp24/views/marketplace/priority.php +++ b/erp24/views/marketplace/priority.php @@ -40,7 +40,3 @@ $this->registerJsFile('/js/marketplace/priority.js', ['position' => \yii\web\Vie - - \ No newline at end of file diff --git a/erp24/web/js/marketplace/priority.js b/erp24/web/js/marketplace/priority.js index de4a7380..bd6cae28 100644 --- a/erp24/web/js/marketplace/priority.js +++ b/erp24/web/js/marketplace/priority.js @@ -3,7 +3,7 @@ const param22 = $('meta[name=csrf-param]').attr('content'); const token22 = $('meta[name=csrf-token]').attr('content'); -$.ready(() => { +$(document).ready(() => { $('#priorityTable').DataTable({ sorting: false, info: false, -- 2.39.5