Skip to content

Commit

Permalink
t2w update
Browse files Browse the repository at this point in the history
  • Loading branch information
hitnsprinz committed May 7, 2024
1 parent 8832049 commit 33d6658
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
verify.verexan.com
t2w.verexan.com
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<script>
$(document).ready(function () {
document.title = `Verify.Verexan.com verify for ${window.location.hostname}`;
document.title = `T2W.Verexan.com verify for ${window.location.hostname}`;
new MutationObserver(function () {
$("[data-loader]").fadeOut(function () {
if (!$('#failureCross').is('[hidden]')) {
Expand Down
4 changes: 2 additions & 2 deletions verify-1-0.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ window.onload = async (event) => {
var verifySuccessDesc = serverDescElement.getAttribute("vc-verify-success");

serverTitleElement.textContent = verifySuccessTitle ?? "Verified!";
serverDescElement.innerHTML = verifySuccessDesc !== 'custom' ? verifySuccessDesc : "Complete! Service provided by <a class=\"text-red-500 animate-pulse\" href=\"https://verexan.com\">verexan.com</a> | <a class=\"text-red-500 animate-pulse\" href=\"https://verify.verexan.com/privacy\">Privacy Policy</a>";
serverDescElement.innerHTML = verifySuccessDesc !== 'custom' ? verifySuccessDesc : "Complete! Service provided by <a class=\"text-red-500 animate-pulse\" href=\"https://verexan.com\">verexan.com</a> | <a class=\"text-red-500 animate-pulse\" href=\"https://T2W.Verexan.com/privacy\">Privacy Policy</a>";
}
else {
document.getElementById("failureCross").hidden=false;
Expand Down Expand Up @@ -109,7 +109,7 @@ window.onload = async (event) => {
var verifySuccessDesc = serverDescElement.getAttribute("vc-verify-success");

serverTitleElement.textContent = verifySuccessTitle ?? "Verified!";
serverDescElement.innerHTML = verifySuccessDesc !== 'custom' ? verifySuccessDesc : "Complete! Service provided by <a class=\"text-red-500 animate-pulse\" href=\"https://verexan.com\">verexan.com</a> | <a class=\"text-red-500 animate-pulse\" href=\"https://verify.verexan.com/privacy\">Privacy Policy</a>";
serverDescElement.innerHTML = verifySuccessDesc !== 'custom' ? verifySuccessDesc : "Complete! Service provided by <a class=\"text-red-500 animate-pulse\" href=\"https://verexan.com\">verexan.com</a> | <a class=\"text-red-500 animate-pulse\" href=\"https://T2W.Verexan.com/privacy\">Privacy Policy</a>";
}
else {
document.getElementById("failureCross").hidden=false;
Expand Down

0 comments on commit 33d6658

Please sign in to comment.