mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 16:08:42 +00:00
chore(problem/remote): use monospace font for cookie input
This commit is contained in:
parent
3d0a113b2a
commit
020fe9dd7a
@ -1069,7 +1069,7 @@ $.fn.remote_submit_type_group = function(oj, pid, url, submit_type) {
|
|||||||
).append(input_my_account_data);
|
).append(input_my_account_data);
|
||||||
} else if (oj == 'uoj') {
|
} else if (oj == 'uoj') {
|
||||||
var uoj_account_data = {"UOJSESSID": ""};
|
var uoj_account_data = {"UOJSESSID": ""};
|
||||||
var input_uoj_uojsessid = $('<input class="form-control" type="text" name="uoj_uojsessid" id="input-uoj_uojsessid" />');
|
var input_uoj_uojsessid = $('<input class="form-control font-monospace" type="text" name="uoj_uojsessid" id="input-uoj_uojsessid" />');
|
||||||
|
|
||||||
if ('localStorage' in window) {
|
if ('localStorage' in window) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user