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 {