(url, filename)
| 335 | } |
| 336 | |
| 337 | // تابع مدیریت پاپآپ حمایت |
| 338 | function manageSupportPopup() { |
| 339 | const popup = document.getElementById('support-popup'); |
| 340 | const closeButton = document.getElementById('close-popup'); |
| 341 | const tweetButton = document.getElementById('tweet-support'); |
| 342 | const downloadTwitterButton = document.getElementById('download-twitter'); |
| 343 | const downloadInstagramButton = document.getElementById('download-instagram'); |
| 344 | |
| 345 | if (!popup) { |
| 346 | console.error('عنصر support-popup یافت نشد'); |
| 347 | return; |
| 348 | } |
no outgoing calls
no test coverage detected