1
function loginButtonShow(){
2
$('#loginForm').show();
4
function loginButtonHide(){
5
$('#loginForm').hide();
7
function subjectConfirmButtonHide(){
8
$('#subjectConfirmRemove').hide();
10
function subjectConfirmButtonShow(){
11
$('#subjectConfirmRemove').show();
13
function addCategoryButtonHide(){
14
$('#addCategory').hide();
16
function addCategoryButtonShow(){
17
$('#addCategory').show();
19
function changeActiveCourseButtonHide(){
20
$('#changeActiveCourse').hide();
22
function changeActiveCourseButtonShow(){
23
$('#changeActiveCourse').show();
25
function editCourseDetailsButtonHide(){
26
$('#editCourse').hide();
28
function editCourseDetailsButtonShow(){
29
$('#editCourse').show();
31
function addCourseButtonHide(){
32
$('#addCourse').hide();
34
function addCourseButtonShow(){
35
$('#addCourse').show();
37
function addNewInstructorButtonHide(){
38
$('#addNewInstructor').hide();
40
function addNewInstructorButtonShow(){
41
$('#addNewInstructor').show();
43
function addStudentsButtonHide(){
44
$('#addStudents').hide();
46
function addStudentsButtonShow(){
47
$('#addStudents').show();
b'\\ No newline at end of file'