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

5 lines
74 B
JavaScript

$(function()
{
$("#mainMenu .pull-right .divider:first").remove();
})