From 42c473e1a06af02efdc2e322d2425df0c4cdd7d8 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Fri, 3 Feb 2023 17:50:25 +0800 Subject: [PATCH] chore(problem/remote): use monospace font for cookie input --- web/js/uoj.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {