Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2022-03-21 20:19:17 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2022-03-21 20:19:17 +0300
commit2f1074dece87baf9f5d7a826ce3f72c93c1f2299 (patch)
tree6060aac35c805c65e3b4aaacaad5696b05b7d011 /templates
parent119978bb6c5469c91086fbebc2b376ebc27999fc (diff)
enable countdown
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/header-top-navbar.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/header-top-navbar.php b/templates/header-top-navbar.php
index bd5b39f3..c55727d7 100644
--- a/templates/header-top-navbar.php
+++ b/templates/header-top-navbar.php
@@ -1,7 +1,7 @@
<?php $l = new L10N('header-navbar');
require get_template_directory() . '/strings.php';
?>
-<!--<script>
+<script>
require(["require.config"], function() {
require(["jquery"], ($) => {
/**
@@ -90,7 +90,7 @@ require(["require.config"], function() {
})
});
-</script>-->
+</script>
<nav class="nav" id="nav">
<!-- To finish -->
@@ -330,12 +330,12 @@ require(["require.config"], function() {
</a>
</li>
</ul>
-<!-- <li class="ghost-btn clock">
+ <li class="ghost-btn clock">
<a href="<?php echo home_url('countdown'); ?>" class="nav__label">
<span id="clockday"></span><span id="clockhour"></span><span id="clockmin"></span><span id="clocksec"></span>
</a>
- </li>-->
+ </li>
</li>
</ul>
</div>