확대 가능하도록 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() {

View file

@ -1,5 +1,5 @@
<!--// META -->
{Context::addHtmlHeader('<meta name="viewport" content="width=device-width, user-scalable=no">')}
{Context::addHtmlHeader('<meta name="viewport" content="width=device-width, user-scalable=yes">')}
<!--// LANG -->
<load target="./lang" />
@ -477,6 +477,7 @@
<span class="checkbox"></span> {$lang->keep_signed}
</label>
<div id="warning">
<p style="text-align:right;"><i class="xi-close"></i></p>
<p>{str_replace('\n\n', '<br />', $lang->about_keep_signed)}</p>
<div class="edge"></div>
</div>