Se a Eliminado de Head los script js para evitar su carga inecesaria cuando no hace falta
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
<div class="centered">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<form id="nw-change-email-form" method="POST" accept-charset="utf-8">
|
||||
{% csrf_token %}
|
||||
<table class="middle-center-table">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_email_response.js"></script>
|
||||
<tr>
|
||||
<td><input type="password" maxlength="16" name="cur-password" id="cur-password" placeholder="Contraseña actual" required></td>
|
||||
</tr>
|
||||
|
||||
@@ -55,6 +55,8 @@
|
||||
<p>Por favor, asegúrate de haber escogido al personaje correcto ya que esta acción no es reversible una vez realizada.</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_faction_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<form action="" id="nw-change-faction-form" method="POST" accept-charset="utf-8">
|
||||
<select name="character">
|
||||
<option value="" selected disabled>Seleccione un personaje</option>
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
<br>
|
||||
<form action="" method="POST" id="nw-change-password-form" accept-charset="utf-8">
|
||||
<table class="middle-center-table">
|
||||
<script
|
||||
src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_password_response.js">
|
||||
</script>
|
||||
<tbody><tr>
|
||||
<td><input type="password" maxlength="16" name="cur-password" id="cur-password" placeholder="Contraseña actual" autofocus="">
|
||||
<span class="far fa-eye toggle-cur-password"></span></td>
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
<p>Por favor, asegúrate de haber escogido al personaje correcto ya que esta acción no es reversible una vez realizada.</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_race_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<form id="nw-change-race-form" div class="centered">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
<p>Por favor, asegúrate de haber escogido al personaje correcto ya que esta acción no es reversible una vez realizada.</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/customize_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<form id="nw-customize-form" div class="centered">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
</div>
|
||||
<div class="body-box-content justified">
|
||||
<p>Selecciona un personaje y la cantidad de oro:</p>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/gold_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<form id="nw-gold-form">
|
||||
<select name="character" required>
|
||||
<option value="" selected disabled>Seleccione un personaje</option>
|
||||
|
||||
@@ -41,31 +41,8 @@
|
||||
<link rel="shortcut icon" href="{{ URL_PRINCIPAL }}/static/favicon.ico" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script src="https://www.google.com/recaptcha/api.js"></script>
|
||||
<!--
|
||||
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js/power.js?lang=es"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js/nw-scripts.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/login_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/my_account_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/recruit-response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/trade_points_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_email_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/security_token_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_password_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/rename_guild_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/vote_points_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/unstuck_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/revive_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/rename_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/customize_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_race_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_faction_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/level_up_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/gold_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/transfer_character_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/store_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
-->
|
||||
<script>var aowow_tooltips = { "colorlinks": true, "iconizelinks": true, "renamelinks": true }</script>
|
||||
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
<p>Selecciona el personaje que deseas subir al nivel 80:</p>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/level_up_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<form action="" id="nw-levelup-form" method="POST" accept-charset="utf-8">
|
||||
<select name="character">
|
||||
<option value="" selected disabled>Seleccione un personaje</option>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<div class="body-content">
|
||||
<div class="title-content"><h1>Código de promoción</h1></div>
|
||||
<div class="box-content">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/promo_code_response.js"></script>
|
||||
<div class="title-box-content"><h2>Información</h2><a class="back-to-account" href="my-account">Regresar a mi cuenta</a><a class="back-to-account-responsive" href="my-account">Regresar</a></div>
|
||||
<div class="body-box-content justified">
|
||||
<br>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<div class="main-page">
|
||||
<div class="middle-content">
|
||||
<div class="body-content">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/recruit-response.js"></script>
|
||||
<div class="title-content"><h1>Recluta a un amigo</h1></div>
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<p>Se puede repetir la acción las veces que quieras.</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/rename_response.js"></script>
|
||||
<form id="nw-rename-form" div class="centered">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<p>Se puede repetir la acción en un mismo las veces que quieras.</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/rename_response.js"></script>
|
||||
<form id="nw-rename-form" div class="centered">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<a class="back-to-account-responsive" href="my-account">Regresar</a>
|
||||
</div>
|
||||
<div class="body-box-content justified">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/rename_guild_response.js"></script>
|
||||
<br>
|
||||
<p>La herramienta <span>Renombrar hermandad</span> te permite cambiar de nombre a una hermandad de la cual seas Maestro de Hermandad.</p>
|
||||
<br>
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
{% if characters %}
|
||||
<p>Escoge el personaje que quieres revivir:</p>
|
||||
<br>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/revive_response.js"></script>
|
||||
<form id="nw-revive-form" action="" method="POST" accept-charset="utf-8">
|
||||
{% csrf_token %}
|
||||
<select name="character">
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<div class="body-content">
|
||||
<div class="title-content"><h1>Token de seguridad</h1></div>
|
||||
<div class="box-content">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/security_token_response.js"></script>
|
||||
<div class="title-box-content"><h2>Información</h2><a class="back-to-account" href="my-account">Regresar a mi cuenta</a><a class="back-to-account-responsive" href="my-account">Regresar</a></div>
|
||||
<div class="body-box-content justified">
|
||||
<br>
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p>Total: {{ total_price }} €</p>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/store_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<button id="checkout-button">Pagar</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -52,6 +52,8 @@
|
||||
<div class="centered">
|
||||
<br>
|
||||
<br>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/trade_points_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<button id="trade-sell-a" class="trade-option-button">VENTA</button>
|
||||
<button id="trade-buy-a" class="trade-option-button">COMPRA</button>
|
||||
<br>
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
<a class="back-to-account" href="{% url 'my-account' %}">Regresar a mi cuenta</a>
|
||||
</div>
|
||||
<div class="body-box-content justified">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/transfer_character_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<form id="nw-transfer-character-form">
|
||||
<select name="character" required>
|
||||
<option value="" selected disabled>Seleccione un personaje</option>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
</fieldset>
|
||||
<div class="centered">
|
||||
<p>Escoge el personaje que quieres desbloquear</p>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/unstuck_response.js"></script>
|
||||
<form id="nw-unstuck-form" method="POST" accept-charset="utf-8">
|
||||
{% csrf_token %}
|
||||
<select name="character" required>
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
|
||||
<div class="box-content">
|
||||
<div class="title-box-content"><h2>Sitios de votación</h2></div>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/vote_points_response.js"></script>
|
||||
<div class="body-box-content centered" id="vote-panel">
|
||||
<button class="refresh-button" onclick="doRefresh();"><img class="refresh-icon" src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-images/nw-icons/refresh.webp" title="Refrescar" alt="Refrescar"></button>
|
||||
<p><span>Nota:</span> Gtop100 puede demorar unos minutos en acreditar el voto.</p>
|
||||
|
||||
Reference in New Issue
Block a user