File manager - Edit - /home/verseaumee/maze/wp-content/plugins/packlink-pro-shipping/resources/js/packlink-order-overview.js
Back
var Packlink = window.Packlink || {}; document.addEventListener( 'DOMContentLoaded', function () { let buttons = document.querySelectorAll( '.pl-print-label' ); let form = document.querySelector( '#posts-filter' ); let downloadTimer, attempts = 30; if (buttons) { [].forEach.call( buttons, function (button) { button.addEventListener( 'click', function (event) { let link = button.getAttribute( 'data-pl-label' ); event.stopPropagation(); window.open( link, '_blank' ); button.classList.remove( 'button-primary' ); } ); } ); } if (form) { form.addEventListener( 'submit', function () { if (this.action.value === 'packlink_print_labels' || this.action2.value === 'packlink_print_labels') { startCookieCheck( setFormToken( form ) ); } } ) } /** * Sets form hidden input. * * @param form Form element. * @returns {number | *} */ function setFormToken(form) { let downloadToken = document.createElement( 'input' ); downloadToken.type = 'hidden'; downloadToken.name = 'packlink_download_token'; downloadToken.value = new Date().getTime(); form.appendChild( downloadToken ); return downloadToken.value; } /** * Returns cookie value. * * @param {string} name Cookie name. * @returns {string} Cookie value. */ function getCookie(name) { let parts = document.cookie.split( name + "=" ); if (parts.length === 2) { return parts.pop().split( ";" ).shift(); } } /** * Sets cookie as expired. * * @param {string} cName */ function expireCookie(cName) { document.cookie = encodeURIComponent( cName ) + "=deleted; expires=" + new Date( 0 ).toUTCString(); } /** * Prevents double-submits by waiting for a cookie from the server. * * @param {string} downloadToken */ function startCookieCheck(downloadToken) { form.style.cursor = 'wait'; downloadTimer = window.setInterval( function () { let token = getCookie( "packlink_download_token" ); if (token === downloadToken || attempts === 0) { form.style.cursor = 'auto'; expireCookie( "packlink_download_token" ); window.location.reload( true ); } attempts--; }, 1000 ); } } );
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings