mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 19:53:19 +03:00
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
(function () {
|
|
var xhr = new XMLHttpRequest();
|
|
xhr.open('GET', '/modules/retailcrm/job/jobs.php', true);
|
|
xhr.timeout = 0;
|
|
xhr.send(null);
|
|
})(); |