'.length > 0)
{
add_extra_cell();
}
if('' != '')
{
move_sidebar();
}
if('match' == 'match')
{
match_styling();
}
if((proboards.data('route').name.match(/(new|quote)_post/) || document.location.href.match(/\/thread\/\d/)) && 'updated' == 'updated')
{
set_thread_key();
}
if(proboards.data('route').name == 'new_thread')
{
set_new_thread_key();
}
});
if(document.referrer.match(/\/thread\/new\//) && document.location.href.match(/\/thread\/\d/))
{
check_new_thread_id();
}
// -->