6 lines
129 B
JavaScript
Executable File
6 lines
129 B
JavaScript
Executable File
$(function()
|
|
{
|
|
adjustPriBoxWidth();
|
|
if(config.onlybody) $('#ownerAndPriBox .picker-selection').css('width', '123px');
|
|
})
|