From 70675a41d7d3b070684dac740c0d584f99f40d93 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sun, 3 May 2026 02:39:52 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=D9=85=D9=8F=D8=B5=D8=A7=D8=AF?= =?UTF-8?q?=D9=8E=D9=82:=20=D8=AA=D8=AD=D8=AF=D9=8A=D8=AB=20=D8=A8=D8=B1?= =?UTF-8?q?=D9=85=D8=AC=D9=8A=20=D8=AC=D8=AF=D9=8A=D8=AF=202026-05-03=2002?= =?UTF-8?q?:39?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/shell.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/shell.php b/public/shell.php index 68a05ff..bfd626a 100644 --- a/public/shell.php +++ b/public/shell.php @@ -224,7 +224,7 @@ function showAddUserModal() { const modals = document.getElementById('modals'); - modals.innerHTML = \` + modals.innerHTML = `

إضافة مستخدم جديد

@@ -244,7 +244,7 @@
- \`; + `; document.getElementById('add-user-form').onsubmit = async (e) => { e.preventDefault();