This commit is contained in:
Kijin Sung 2018-12-18 17:44:15 +09:00
parent cbb9daddbf
commit 90f049caef
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ jQuery(function($){
'getMemberAdminInsertJoinForm',
{member_join_form_srl:memberFormSrl},
function(ret){
var tpl = ret.tpl.replace(/<enter>/g, '\n');
var tpl = ret.tpl.replace(/\|@\|/g, '\n');
$('#extendForm').html(tpl);
if (checked)$('#extendForm #radio_'+checked).attr('checked', 'checked');