5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
$(function()
|
|
{
|
|
$('#mainMenu .todoTab').addClass('btn-active-text');
|
|
})
|