mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
비번찾기 질문/답변 항목은 공개 설정할 수 없도록 조치
This commit is contained in:
parent
85c252e227
commit
95a3c3d415
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ jQuery(function($){
|
||||||
|
|
||||||
suForm.find(':checkbox[name="usable_list[]"]').each(function(){
|
suForm.find(':checkbox[name="usable_list[]"]').each(function(){
|
||||||
var $i = $(this);
|
var $i = $(this);
|
||||||
|
if($i.val() == 'find_account_question') return;
|
||||||
|
|
||||||
$i.change(function(){
|
$i.change(function(){
|
||||||
changeTable($i);
|
changeTable($i);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue