Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ransome
sleek
Commits
f0ce7676
Commit
f0ce7676
authored
Jun 01, 2021
by
ransome1
Browse files
Merge branch 'master' of github.com:ransome1/sleek
parents
27d62115
e518900a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/js/recurrences.mjs
View file @
f0ce7676
...
...
@@ -56,6 +56,10 @@ function getRecurrenceDate(due, recurrence) {
let
bdays_left
=
recSplit
.
mul
;
let
millisec_due
=
due
.
getTime
();
let
day_of_week
=
due
.
getDay
();
// 0=Sunday, 1..5 weekday, 6=Saturday
<<<<<<<
HEAD
=======
>>>>>>>
e518900a46d21e107be1926e260984ff238c1f9f
while
(
bdays_left
>
0
)
{
millisec_due
+=
1000
*
60
*
60
*
24
;
// add a day to time
day_of_week
=
(
day_of_week
+
1
)
%
7
;
// new day of week
...
...
yarn.lock
View file @
f0ce7676
...
...
@@ -6128,9 +6128,9 @@ write-file-atomic@^3.0.0:
typedarray-to-buffer "^3.1.5"
ws@^7.2.3, ws@^7.4.4:
version "7.4.
5
"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.
5
.tgz#
a484dd851e9beb6fdb420027e3885e8ce48986c1
"
integrity sha512-
xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g
==
version "7.4.
6
"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.
6
.tgz#
5654ca8ecdeee47c33a9a4bf6d28e2be2980377c
"
integrity sha512-
YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A
==
xdg-basedir@^4.0.0:
version "4.0.0"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment