2023-05-16 10:47:08 +08:00

6 lines
129 B
JavaScript
Executable File

$(function()
{
adjustPriBoxWidth();
if(config.onlybody) $('#ownerAndPriBox .picker-selection').css('width', '123px');
})