Skip to content

Commit

Permalink
removed initial attendance submission warning (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreene570 authored and mbillow committed Jan 25, 2017
1 parent 0a5fd32 commit 0ee8f09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/javascript/modules/attendanceForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export default class AttendanceForm {
}
});

FetchUtil.postWithWarning(this.endpoint, payload, {
warningText: "You will not be able to edit this event once " +
"attendance has been recorded.",
FetchUtil.post(this.endpoint, payload, {
successText: "Attendance has been submitted."
});
});
Expand Down

0 comments on commit 0ee8f09

Please sign in to comment.