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();