function submit_apply_changes_form()
{
    var obj = document.getElementById('filter_changes');
    if (obj) {
        obj.submit();
    }
}