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
2 changes: 1 addition & 1 deletion static/js/CarbonCopy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CarbonCopy{

createCcDiv(){
/***
* This function create cc div
* This function creates cc div
*/

// Create the element
Expand Down
8 changes: 4 additions & 4 deletions static/js/Deadline.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Deadline {

createDeadlineDiv() {
/***
* This function create deadline div
* This function creates deadline div
*/

// Create the element
Expand Down Expand Up @@ -97,7 +97,7 @@ class Deadline {

createSubDiv() {
/***
* This function create deadline div
* This function creates deadline div
*/

// Create the element
Expand Down Expand Up @@ -190,8 +190,8 @@ class Deadline {

getDateFormat(date) {
/***
* This function will formate the date for input
* @param {Date} date The date object we wish to formate
* This function will format the date for input
* @param {Date} date The date object we wish to format
*/

// Create the day, month, and year variables
Expand Down
6 changes: 3 additions & 3 deletions static/js/PassOption.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PassOption{

createPassDiv(){
/***
* This function create cc div
* This function creates cc div
*/

// Create the element
Expand Down Expand Up @@ -104,7 +104,7 @@ class PassOption{

createSubPassDiv(){
/***
* This function create cc div
* This function creates cc div
*/

// Create the element
Expand Down Expand Up @@ -219,7 +219,7 @@ class PassOption{

// Add attributes
label.className = "recipient_label error_msg";
label.innerHTML = "Password Requirment Not Met";
label.innerHTML = "Password Requirement Not Met";
label.hidden = true;

// Get divs for validations
Expand Down
6 changes: 3 additions & 3 deletions static/js/RecipientGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class RecipientGroup {

createRecipientDiv() {
/***
* This function create recipient div
* This function creates recipient div
*/

// Create the element
Expand Down Expand Up @@ -122,7 +122,7 @@ class RecipientGroup {

createAdditionalRecipientInput(recipient_id) {
/***
* This function add additions recipeints input
* This function adds additional recipients input
*/

var add_div = document.createElement('div');
Expand Down Expand Up @@ -153,7 +153,7 @@ class RecipientGroup {

appendNewParticipentInput(participent_id) {
/***
* This functiuon appends a new recipient input
* This function appends a new recipient input
*/

// Create a line break
Expand Down
4 changes: 2 additions & 2 deletions static/js/Reminder.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Reminder{

createReminderDiv(){
/***
* This function create reminder div
* This function creates reminder div
*/

// Create the element
Expand Down Expand Up @@ -85,7 +85,7 @@ class Reminder{

createSubDiv() {
/***
* This function create reminder sub div
* This function creates reminder sub div
*/

// Create the element
Expand Down