HEX
Server: LiteSpeed
System: Linux cpir1.prohostdns.com 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: pelakir (2976)
PHP: 8.2.31
Disabled: exec, shell_exec, system, passthru, proc_open, proc_close, proc_terminate, proc_get_status, popen, pclose, pcntl_exec
Upload Files
File: //proc/self/cwd/wp-content/themes/woodmart/js/scripts/wc/waitlistTable.min.js
woodmartThemeModule.waitlistTable=function(){var o=document.querySelector(".wd-wtl-table");o&&o.querySelectorAll(".wd-wtl-unsubscribe").forEach(function(e){e.addEventListener("click",function(e){e.preventDefault();var t=this;o.parentNode.querySelector(".wd-loader-overlay").classList.add("wd-loading"),jQuery.ajax({url:woodmart_settings.ajaxurl,data:{action:"woodmart_remove_from_waitlist_in_my_account",product_id:t.dataset.productId},method:"POST",success:function(e){e&&(e.success&&t.closest("tr").remove(),e.data.content)&&((tempDiv=document.createElement("div")).innerHTML=e.data.content,e=tempDiv.querySelector(".wd-wtl-content").childNodes,o.parentNode.replaceChildren(...e))},error:function(){console.error("ajax remove from waitlist error")},complete:function(){o.parentNode.querySelector(".wd-loader-overlay").classList.remove("wd-loading")}})})})},window.addEventListener("load",function(){woodmartThemeModule.waitlistTable()});