update checkdata.js

This commit is contained in:
2023-03-27 07:52:21 +02:00
parent a03e35c9e2
commit d0a3b10cfe
83 changed files with 1608 additions and 825 deletions

View File

@@ -132,7 +132,7 @@ tg.action = (post) => {
xhttp.onreadystatechange = function() {};
xhttp.open(
'POST',
`${pwa.urlapixtribe}/tags/${pwa.tribeid}`,
`${pwa.urlapxtrib}/tags/${pwa.tribeid}`,
true
);
xhttp.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
@@ -151,7 +151,7 @@ tg.action = (post) => {
$(document)
.ready(function() {
if(!pwa.tribeid) {
pwa.urlapixtribe = 'https://api' + $('#mxp')
pwa.urlapxtrib = 'https://api' + $('#mxp')
.attr('data-destin') + '.maildigit.fr';
pwa.tribeid = $('#mxp')
.attr('data-tribeid');