diff --git a/web/js/uoj.js b/web/js/uoj.js index f3704b9..fe26672 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -1013,8 +1013,8 @@ $.fn.remote_submit_type_group = function(oj, pid, url, submit_type) { if (oj == 'luogu') { var luogu_account_data = {"_uid": "", "__client_id": ""}; - var input_luogu_uid = $(''); - var input_luogu_client_id = $(''); + var input_luogu_uid = $(''); + var input_luogu_client_id = $(''); if ('localStorage' in window) { try { @@ -1060,7 +1060,7 @@ $.fn.remote_submit_type_group = function(oj, pid, url, submit_type) { ).append(input_my_account_data); } else if (oj == 'codeforces') { var codeforces_account_data = {"JSESSIONID": ""}; - var input_codeforces_jsessionid = $(''); + var input_codeforces_jsessionid = $(''); if ('localStorage' in window) { try {