PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
assets
/
js
document.addEventListener("click", function (e) { const btn = e.target.closest(".notice-backwpup_rate .bwu-leave-review"); if (!btn) return; let notice = btn.closest("[data-notice-id]"); let noticeId = notice ? notice.getAttribute("data-notice-id") : null; if (!notice && window.BackWPupRating && BackWPupRating.notice_id) { noticeId = BackWPupRating.notice_id; } if (!notice && noticeId) { notice = document.getElementById(noticeId); } if (notice) { notice.style.transition = "opacity 180ms ease"; notice.style.opacity = "0.2"; window.setTimeout(function () { if (notice && notice.parentNode) { notice.parentNode.removeChild(notice); } }, 200); } if (!window.BackWPupRating) return; const body = new URLSearchParams(); body.append("action", "backwpup_rating_notice_leave_review"); body.append("_ajax_nonce", BackWPupRating.nonce); if (navigator.sendBeacon) { navigator.sendBeacon(BackWPupRating.ajax_url, body); return; } // Fallback (fire-and-forget). fetch(BackWPupRating.ajax_url, { method: "POST", body, credentials: "same-origin", keepalive: true, }).catch(function () { // Intentionally ignore failures; UI is already dismissed. }); });
[-] backup-downloader.min.js
[edit]
[-] page_edit_jobtype_dbdump.js
[edit]
[-] sidebar.js
[edit]
[-] admin-chatbot.min.js
[edit]
[-] settings-encryption.js
[edit]
[-] backup-downloader.js
[edit]
[-] restore.min.js
[edit]
[-] page_edit_jobtype_dbdump.min.js
[edit]
[-] admin-rating.js
[edit]
[-] settings-encryption.min.js
[edit]
[-] page_edit_tab_cron.min.js
[edit]
[-] backwpup-job.min.js
[edit]
[-] notice.min.js
[edit]
[-] backwpup-admin.min.js
[edit]
[-] backwpup-generate.min.js
[edit]
[-] general.js
[edit]
[-] page_edit_jobtype_file.js
[edit]
[-] backwpup-admin.js
[edit]
[+]
..
[-] page_edit_tab_job.js
[edit]
[-] page_settings.js
[edit]
[-] page_edit_jobtype_file.min.js
[edit]
[-] admin-rating.min.js
[edit]
[-] admin-chatbot.js
[edit]
[-] sidebar.min.js
[edit]
[-] page_settings.min.js
[edit]
[-] backwpup-generate.js
[edit]
[-] page_edit_tab_cron.js
[edit]
[-] restore.js
[edit]
[-] page_edit_tab_job.min.js
[edit]
[-] backwpup-onboarding.js
[edit]
[-] general.min.js
[edit]
[+]
vendor
[-] backwpup-job.js
[edit]
[-] notice.js
[edit]
[-] backwpup-onboarding.min.js
[edit]