dev #22
@@ -24,7 +24,6 @@ function SendRegistrationForm(el, user_id){
|
|||||||
success: function(data){
|
success: function(data){
|
||||||
|
|
||||||
document.getElementById('confirm_password').innerHTML = data.message
|
document.getElementById('confirm_password').innerHTML = data.message
|
||||||
|
|
||||||
document.querySelector('.info_text').classList.add('show')
|
document.querySelector('.info_text').classList.add('show')
|
||||||
// location.href = `/profile/page/dashboard/`
|
// location.href = `/profile/page/dashboard/`
|
||||||
window.sessionStorage.removeItem('mailingSubscribeRequired')
|
window.sessionStorage.removeItem('mailingSubscribeRequired')
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ function gtag_report_conversion(url) {
|
|||||||
{% block meta %}
|
{% block meta %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6320323599773844" crossorigin="anonymous"></script>
|
{# <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6320323599773844" crossorigin="anonymous"></script>#}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user