log out auto
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<meta name="description" content="Promotion Managers." />
|
||||
<meta name="author" content="WrenchBoard Promotions" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta http-equiv="refresh" content="288000; url=/promoadmin">
|
||||
<!-- app favicon -->
|
||||
<link rel="shortcut icon" href="/asset/img/favicon.ico">
|
||||
<!-- google fonts -->
|
||||
@@ -165,9 +166,6 @@
|
||||
<div class="col-12 col-sm-6 text-center text-sm-left">
|
||||
<p>© Copyright 2024. All rights reserved.</p>
|
||||
</div>
|
||||
<!-- <div class="col col-sm-6 ml-sm-auto text-center text-sm-right">-->
|
||||
<!-- <p>Hand-crafted made with <i class="fa fa-heart text-danger mx-1"></i> by Potenza</p>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</footer>
|
||||
<!-- end footer -->
|
||||
@@ -185,8 +183,6 @@
|
||||
var firstname = document.getElementById('firstname').value;
|
||||
var lastname = document.getElementById('lastname').value;
|
||||
|
||||
// alert (email + firstname + lastname );
|
||||
|
||||
if (email ==='' || firstname==='' || lastname==='' ){
|
||||
return;
|
||||
}
|
||||
@@ -204,7 +200,6 @@
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
// -->
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user