Implementadas Varias funciones de Pago de Stripe para Opciones Personajes, La Tienda Todavia no esta implementada del todo (EXPERIMENTAL)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
function checkAdBlocker() {
|
||||
let adBlockerDetected = false;
|
||||
|
||||
const testAdURL = "https://ultimowow.com/es/uw-js-handlers/openad.js";
|
||||
const testAdURL = "https://ultimowow.com/es/nw-js-handlers/openad.js";
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.open("GET", testAdURL, false);
|
||||
try {
|
||||
@@ -62,7 +62,7 @@
|
||||
function checkAdBlocker() {
|
||||
let adBlockerDetected = false;
|
||||
|
||||
const testAdURL = "https://ultimowow.com/es/uw-js-handlers/openad.js";
|
||||
const testAdURL = "https://ultimowow.com/es/nw-js-handlers/openad.js";
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.open("GET", testAdURL, false);
|
||||
try {
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
<div class="box-content">
|
||||
<div class="body-box-content centered">
|
||||
<form action="" method="POST" id="uw-create-form" accept-charset="utf-8">
|
||||
<form action="" method="POST" id="nw-create-form" accept-charset="utf-8">
|
||||
<table class="middle-center-table">
|
||||
<tbody><tr>
|
||||
<td><input type="text" maxlength="17" name="username" id="username" placeholder="Nombre de usuario"></td>
|
||||
|
||||
Reference in New Issue
Block a user