From cfcced0984d18952150de1628eddd402866b9284 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 4 Feb 2023 14:00:32 +0800 Subject: [PATCH] chore(problem/remote): disable autocomplete --- 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 082c229..5f11ce1 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -1051,8 +1051,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 { @@ -1116,7 +1116,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 {