From 020fe9dd7a0be39448746e8c19e2a76615f2eb81 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Fri, 3 Feb 2023 17:51:18 +0800 Subject: [PATCH] chore(problem/remote): use monospace font for cookie input --- web/js/uoj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/uoj.js b/web/js/uoj.js index 5806726..9146f3d 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -1069,7 +1069,7 @@ $.fn.remote_submit_type_group = function(oj, pid, url, submit_type) { ).append(input_my_account_data); } else if (oj == 'uoj') { var uoj_account_data = {"UOJSESSID": ""}; - var input_uoj_uojsessid = $(''); + var input_uoj_uojsessid = $(''); if ('localStorage' in window) { try {