Commit c6f014d 1 parent dd5a4b3 commit c6f014d Copy full SHA for c6f014d
File tree 1 file changed +2
-8
lines changed
app/views/event_attendances
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
< h3 class ="pre-title "> <%= @event . name %> </ h3 >
2
2
< h1 > <%= h @audience . to_s %> Attendance</ h1 >
3
-
3
+
4
4
< table class ="attendees ">
5
5
< thead >
6
6
< tr >
69
69
70
70
< script type ="text/javascript ">
71
71
72
- function filterEvents ( ) {
73
-
74
- }
75
-
76
-
77
72
function updateShiftSelections ( elem ) {
78
73
// get the data shift id for the filter
79
74
var shiftid = elem . getAttribute ( "data-shift-id" ) ;
@@ -86,7 +81,6 @@ function updateShiftSelections(elem) {
86
81
} else {
87
82
rows . hide ( ) ;
88
83
}
89
-
90
84
updateEmailLinks ( ) ;
91
85
}
92
86
@@ -116,7 +110,7 @@ function updateEmailLinks() {
116
110
} ) ;
117
111
}
118
112
getAttended ( ) ;
119
- emailsAttended = emailsAttended . splice ( ',' ) . join ( ',' ) ;
113
+ emailsAttended = emailsAttended . join ( ',' ) ;
120
114
$ ( '#attended_email_link' ) . attr ( "href" , "mailto:" + emailsAttended ) ;
121
115
}
122
116
You can’t perform that action at this time.
0 commit comments