mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix splitting by <enter> xpressengine/xe-core@4153dd3
This commit is contained in:
parent
cbb9daddbf
commit
90f049caef
2 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue