mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
확대 가능하도록 user-scalable 수정 및 로그인 팝업창에 로그인유지 버튼 클릭시 나타나는 경고창 모바일 대응
This commit is contained in:
parent
cd71e1142f
commit
8c317aa81b
2 changed files with 7 additions and 1 deletions
|
|
@ -126,6 +126,11 @@
|
|||
time: 3000
|
||||
});
|
||||
}
|
||||
|
||||
// Login help, warning
|
||||
$("#warning").on('click', function(e){
|
||||
$(this).css('display', 'none');
|
||||
});
|
||||
|
||||
// Scroll to top
|
||||
var scrollToTop = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue