mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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() {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue