-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the persons left #53
Comments
Hmm... The following doesn't work...
I will check the cause, later. |
There is no // 曜日を解析
DateUtils.parseWday = function(str) {
str = String(str).replace(/曜日/g, '');
var result = [];
var wdays = [/(sun|日)/i, /(mon|月)/i, /(tue|火)/i, /(wed|水)/i, /(thu|木)/i, /(fri|金)/i, /(sat|土)/i];
for(var i=0; i<wdays.length; ++i) {
if(str.match(wdays[i])) result.push(i);
}
return result;
} |
Is your feature request related to a problem? Please describe.
Daily notification remains for the members who left Georepublic already. (thibault, iosefa, leo and marc)
Describe the solution you'd like
Change setting? I cannot find the list of
username
.Describe alternatives you've considered
none
Additional context
none
The text was updated successfully, but these errors were encountered: