Skip to content
Snippets Groups Projects
Commit 3edb884a authored by xamgore's avatar xamgore Committed by PavelBegunkov
Browse files

Delete unused files

parent a64d6f70
Branches
Tags
No related merge requests found
$(function()
{
$("#facultySelect [value='0']").attr('selected', 'selected');
$('#facultySelect').change(function(){
if (($('#facultySelect option:selected').val()!= '0')) {
$('#SecondStep').css('display', 'block');
}
});
});
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment