Skip to content

Commit 0ee8f09

Browse files
sgreene570mbillow
authored andcommittedJan 25, 2017
removed initial attendance submission warning (#118)
1 parent 0a5fd32 commit 0ee8f09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎frontend/javascript/modules/attendanceForm.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ export default class AttendanceForm {
5252
}
5353
});
5454

55-
FetchUtil.postWithWarning(this.endpoint, payload, {
56-
warningText: "You will not be able to edit this event once " +
57-
"attendance has been recorded.",
55+
FetchUtil.post(this.endpoint, payload, {
5856
successText: "Attendance has been submitted."
5957
});
6058
});

0 commit comments

Comments
 (0)