A
Size: a a a
A
AD
G
AD
G
G
AD
G
G
A
function forum_create_theme()
{
var section_id = $("input[name='section_id']").val();
let data = {
'title': $("input[name='title']").val(),
'message': $("textarea[name='message']").val(),
'section_id': section_id,
'category': $("select[name='category']").val(),
'is_close': $("input[name='close']").is(':checked'),
'is_pin': $("input[name='pin']").is(':checked'),
'is_important': $("input[name='important']").is(':checked'),
};
confirm_request('/game/forum/theme/create/'+section_id+'/', data)
}
AD
AD
function forum_create_theme()
{
var section_id = $("input[name='section_id']").val();
let data = {
'title': $("input[name='title']").val(),
'message': $("textarea[name='message']").val(),
'section_id': section_id,
'category': $("select[name='category']").val(),
'is_close': $("input[name='close']").is(':checked'),
'is_pin': $("input[name='pin']").is(':checked'),
'is_important': $("input[name='important']").is(':checked'),
};
confirm_request('/game/forum/theme/create/'+section_id+'/', data)
}
AD
AD
AD
function forum_create_theme()
{
var section_id = $("input[name='section_id']").val();
let data = {
'title': $("input[name='title']").val(),
'message': $("textarea[name='message']").val(),
'section_id': section_id,
'category': $("select[name='category']").val(),
'is_close': $("input[name='close']").is(':checked'),
'is_pin': $("input[name='pin']").is(':checked'),
'is_important': $("input[name='important']").is(':checked'),
};
confirm_request('/game/forum/theme/create/'+section_id+'/', data)
}
A
AD
A
AD
G