update checkdata.js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h1>ST**** ME I'M FAMOUS!</h1>
|
||||
<p> apixtribe
|
||||
<p> apxtrib
|
||||
|
||||
</p>
|
@@ -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');
|
||||
|
Reference in New Issue
Block a user