mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
로그인 팝업창의 로그인유지 경고알림 모바일 대응부분 js에서 click을 touchend로 변경
This commit is contained in:
parent
a8317de256
commit
5b01af45c1
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Login help, warning
|
// Login help, warning
|
||||||
$("#warning").on('click', function(e){
|
$("#warning").on('touchend', function(e){
|
||||||
$(this).css('display', 'none');
|
$(this).css('display', 'none');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue