diff --git a/public/shell.php b/public/shell.php index 64c646f..e4feccf 100644 --- a/public/shell.php +++ b/public/shell.php @@ -486,17 +486,17 @@ let optionsHtml = ''; companies.forEach(c => { - optionsHtml += \`\`; + optionsHtml += ``; }); const modals = document.getElementById('modals'); - modals.innerHTML = \` + modals.innerHTML = `

رفع فاتورة للتدقيق

اختر ملف الفاتورة (JSON/XML/PDF)

@@ -509,7 +509,7 @@
- \`; + `; document.getElementById('upload-invoice-form').onsubmit = async (e) => { e.preventDefault();