Add language template
This commit is contained in:
parent
0b6031eef7
commit
3dfd3a5dab
8 changed files with 129 additions and 16 deletions
|
@ -30,7 +30,8 @@
|
|||
update_submit_area(code);
|
||||
} else {
|
||||
$.get('{{ url('language_template_ajax') }}', {
|
||||
id: lang_id
|
||||
id: lang_id,
|
||||
problem: {{problem_id}}
|
||||
}).done(function (template) {
|
||||
update_submit_area(template);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue