Skip to content

Commit a2b6b2d

Browse files
committed
chore: add class
1 parent 8e1bf62 commit a2b6b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdn/dev/js/kmlive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function loaded(){
6868
if ($(this).scrollTop() >= scroller_anchor && $('#top-menu1').css('position') != 'fixed'){
6969
$('#top-menu1').addClass('faded-menu');
7070
$('#top-menu-icon,#help1').show();
71+
$('#top-menu-icon,#help1').addClass('help1-on-scroll');
7172
$('.info-left').addClass('fixed-pos');
7273
}else if ($(this).scrollTop() < (scroller_anchor + 1) && $('#top-menu1').css('position') != 'absolute'){
7374
$('#top-menu1').removeClass('faded-menu');
@@ -76,7 +77,6 @@ function loaded(){
7677
$('.info-left').removeClass('fixed-pos');
7778
}
7879
}
79-
8080
$('#show-phone-menu').click(function(event) {
8181
$("#phone-menu").toggleClass('menu-visible');
8282
});

0 commit comments

Comments
 (0)