Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Regulacekonopi.cz placeholder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Weby
Regulacekonopi.cz placeholder
Merge requests
!2
Zmena v datumu - content/assets/js/timer.js
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Zmena v datumu - content/assets/js/timer.js
marek.krejpsky/regulacekonopi.cz-placeholder:master
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
marek.krejpsky
requested to merge
marek.krejpsky/regulacekonopi.cz-placeholder:master
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Akce posunuta na 14.9. 8:00
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3f531620
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/assets/js/timer.js
+
1
−
1
Options
@@ -5,7 +5,7 @@ document.addEventListener(
"
DOMContentLoaded
"
,
function
()
{
// Set the date we're counting down to
var
countDownDate
=
new
Date
(
"
Sep 1
6
, 2022
12
:00:00
"
).
getTime
();
var
countDownDate
=
new
Date
(
"
Sep 1
4
, 2022
08
:00:00
"
).
getTime
();
function
timer
()
{
Loading