mirror of
https://github.com/ivabus/www
synced 2024-11-22 00:55:06 +03:00
Comment out auth number logic
This commit is contained in:
parent
c6e78ee58c
commit
3310afacc2
2 changed files with 4 additions and 2 deletions
|
@ -94,7 +94,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||||
|
<!--
|
||||||
<script>
|
<script>
|
||||||
$(window).scroll(function () {
|
$(window).scroll(function () {
|
||||||
$('nav').toggleClass('scrolled', $(this).scrollTop() > 100);
|
$('nav').toggleClass('scrolled', $(this).scrollTop() > 100);
|
||||||
|
@ -118,7 +118,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
$('.auth-btn').attr('href', 'https://github.com/apps/tea-xyz')
|
$('.auth-btn').attr('href', 'https://github.com/apps/tea-xyz')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function(c,l,a,r,i,t,y){
|
(function(c,l,a,r,i,t,y){
|
||||||
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
|
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
|
||||||
|
|
|
@ -18,6 +18,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
<!--
|
||||||
<script>
|
<script>
|
||||||
$(window).scroll(function () {
|
$(window).scroll(function () {
|
||||||
$('nav').toggleClass('scrolled', $(this).scrollTop() > 100);
|
$('nav').toggleClass('scrolled', $(this).scrollTop() > 100);
|
||||||
|
@ -41,6 +42,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
$('.auth-btn').attr('href', 'https://github.com/apps/tea-xyz')
|
$('.auth-btn').attr('href', 'https://github.com/apps/tea-xyz')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function(c,l,a,r,i,t,y){
|
(function(c,l,a,r,i,t,y){
|
||||||
|
|
Loading…
Reference in a new issue