확대 가능하도록 user-scalable 수정 및 로그인 팝업창에 로그인유지 버튼 클릭시 나타나는 경고창 모바일 대응

This commit is contained in:
dlehdanakf 2015-07-07 15:38:07 +09:00
parent cd71e1142f
commit 8c317aa81b
2 changed files with 7 additions and 1 deletions

View file

@ -126,6 +126,11 @@
time: 3000
});
}
// Login help, warning
$("#warning").on('click', function(e){
$(this).css('display', 'none');
});
// Scroll to top
var scrollToTop = function() {