Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GregC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AdvWeb
GregC
Commits
42cad5ca
Commit
42cad5ca
authored
3 months ago
by
Smith, Thomas E (PG/T - Comp Sci & Elec Eng)
Browse files
Options
Downloads
Patches
Plain Diff
attempt 2 to fix tests
parent
c0123d00
Branches
fix/change-preexisting-availability
No related tags found
1 merge request
!75
Draft: Fix/change preexisting availability
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend_microservice/static/script.js
+2
-1
2 additions, 1 deletion
frontend_microservice/static/script.js
with
2 additions
and
1 deletion
frontend_microservice/static/script.js
+
2
−
1
View file @
42cad5ca
...
@@ -23,7 +23,7 @@ const months = [
...
@@ -23,7 +23,7 @@ const months = [
"
November
"
,
"
November
"
,
"
December
"
"
December
"
];
];
const
title
=
document
.
getElementById
(
"
title
"
).
textContent
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
function
()
{
document
.
addEventListener
(
'
DOMContentLoaded
'
,
function
()
{
let
possible_dates
=
[];
let
possible_dates
=
[];
let
date
=
new
Date
();
let
date
=
new
Date
();
...
@@ -101,6 +101,7 @@ document.addEventListener('DOMContentLoaded', function() {
...
@@ -101,6 +101,7 @@ document.addEventListener('DOMContentLoaded', function() {
});
});
});
});
})
})
const
title
=
document
.
getElementById
(
"
title
"
).
textContent
;
const
toggleDateSelection
=
(
dateItem
)
=>
{
const
toggleDateSelection
=
(
dateItem
)
=>
{
const
dateStr
=
dateItem
.
getAttribute
(
"
data-date
"
);
const
dateStr
=
dateItem
.
getAttribute
(
"
data-date
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment