From a897cca6076b5fc3fa920023df8f5325246c611a Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Thu, 19 Sep 2024 10:45:20 +0300 Subject: [PATCH] =?utf8?q?[ERP-190]=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?utf8?q?=D0=B5=D0=BD=D0=BE=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD?= =?utf8?q?=D0=B8=D0=B5=20=D0=BE=D0=B1=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA?= =?utf8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/layouts/header.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/erp24/views/layouts/header.php b/erp24/views/layouts/header.php index 88173b76..2ba85022 100755 --- a/erp24/views/layouts/header.php +++ b/erp24/views/layouts/header.php @@ -169,7 +169,7 @@ $this->registerCssFile('/css/timetable/style.css');
Привязать устройство
- +
Переключить пользователя
@@ -221,6 +221,9 @@ function switchUser() { if (data?.response) { window.location = window.location } + }, + error: function(XMLHttpRequest, textStatus, errorThrown) { + alert("Время для переключиения истекло"); } }); }) @@ -244,6 +247,9 @@ function switchUser() { }); $mainModal.modal('show'); + }, + error: function(XMLHttpRequest, textStatus, errorThrown) { + alert("Время для переключиения истекло"); } }) } -- 2.39.5