diff --git a/web/js/uoj.js b/web/js/uoj.js index 3a624da..27905d8 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -804,12 +804,12 @@ $.fn.source_code_form_group = function(name, text, langs_options_html) { $(this) .append($('
') - .append($('')) + .append($('')) .append($('')) .append($('') .append(input_language) ) - .append($('') + .append($('') .append($('') .append(input_upload_type_editor) .append(' '+uojLocale('editor::upload by editor')) @@ -962,9 +962,8 @@ $.fn.text_file_form_group = function(name, text) { $(this) .append($('') - .append($('')) - .append($('')) - .append($('') + .append($('')) + .append($('') .append($('') .append(input_upload_type_editor) .append(' '+uojLocale('editor::upload by editor'))