mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
#446 '로그인 유지' 체크해제시 경고창 출력하지 않도록 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4105 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44e87213ca
commit
33149a1ffb
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<div><input type="submit" value=" " class="submit" /></div>
|
||||
<ul class="option">
|
||||
<li><input type="checkbox" name="keep_signed" id="keepid" value="Y" onclick="return confirm(keep_signed_msg);"/></li>
|
||||
<li><input type="checkbox" name="keep_signed" id="keepid" value="Y" onclick="if(this.checked) return confirm(keep_signed_msg);"/></li>
|
||||
<li><label for="keepid">{$lang->keep_signed}</label></li>
|
||||
</ul>
|
||||
<ul class="extra_option">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue