Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Aips/Scripts/AssignLab.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function getFacultyCourses() {
$('#facultyCourses').html(e);
},
error: function (e) {
alert('An error has ocured retrieving the data.');
alert('An error has occurred retrieving the data.');
}
});
}
Expand All @@ -45,7 +45,7 @@ function showSubjects() {
$('#timetable-section').remove();
},
error: function (e) {
alert('An error has ocured retrieving the data.');
alert('An error has occurred retrieving the data.');
}
});
}
Expand All @@ -63,8 +63,8 @@ function setSelectedSubject(radioBtn) {
$('#assistants').html(e);
},
error: function (e) {
alert('An error has ocured retrieving the data.');
alert('An error has occurred retrieving the data.');
}
});

}
}
2 changes: 1 addition & 1 deletion Aips/Scripts/CreateSubject.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function showSubjects() {
$('#coursesProfessors').html(e);
},
error: function (e) {
alert('An error has ocured retrieving the data.');
alert('An error has occurred retrieving the data.');
}
});
}
Expand Down
4 changes: 2 additions & 2 deletions Aips/Scripts/ExamCopies.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function showSubjects() {
$('#timetable-section').remove();
},
error: function (e) {
alert('An error has ocured retrieving the data.');
alert('An error has occurred retrieving the data.');
}
});
}
Expand All @@ -53,7 +53,7 @@ function setSelectedSubject(radioBtn) {
$('#examsForSubject').html(e);
},
error: function (e) {
alert('An error has ocured retrieving the data.');
alert('An error has occurred retrieving the data.');
}
});

Expand Down
2 changes: 1 addition & 1 deletion Aips/Scripts/Scheduling.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function showTimetable() {
}
},
error: function (e) {
alert('An error ocured retrieving the data.');
alert('An error occurred retrieving the data.');
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion Aips/Scripts/Surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function submitSurvey() {

},
error: function (e) {
alert('An error has ocured.');
alert('An error has occurred.');
}
});

Expand Down
2 changes: 1 addition & 1 deletion Aips/Views/Administration/Accounts.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
$("#searchResults").html(e);
},
error: function (e) {
alert('An error ocured retrieving the data.');
alert('An error occurred retrieving the data.');
}
});
});
Expand Down
2 changes: 1 addition & 1 deletion Aips/Views/StudentsOffice/RescheduleLecture.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
$('#timetable').html(e);
},
error: function (e) {
alert('An error ocured retrieving the data.');
alert('An error occurred retrieving the data.');
}
});
}
Expand Down