You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
La URL solicitada fue rechazada. Por favor consulte con su administrador.
Prohibir el uso del bot.
| función goPoliticaCookies(){
| document.getElementById('politicaCookiesForm').submit();
| }
|
| //DESHABILITAMOS EL BOTÓN ATRÁS DEL NAVEGADOR
| if (historial.reenviar(1)){ubicación.reemplazar(historial.reenviar(1))}
| </script>
| <script>
| $(document).ready(function(){
| /*
| * Class para no permitir la acción pegar
| /
| $(".noPaste").on('paste', function(e){
| e.preventDefault( );
| alert('Esta acción está prohibida');
| })
|
| /
| * Class para no permitir la acción copiar
| */
| $(".noCopy").on('
| e.preventDefault();
| alert('Esta acción está prohibida');
| })
| })
| </script>
| <guión></guión>
The text was updated successfully, but these errors were encountered: