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>2021-07-09 12:34:55 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-07-09 12:34:55 +0300
commitee0cf9443cdf5bf950430fa0e9ccba91b613ae28 (patch)
treee72e54bea384914308dc8daaefcdea3a23d2ce06 /templates
parentad4af80968e765181e8e467f454eb9d75cbe4f9e (diff)
remove belmont
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/header-top-navbar.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/header-top-navbar.php b/templates/header-top-navbar.php
index 6af37b94..fea84899 100644
--- a/templates/header-top-navbar.php
+++ b/templates/header-top-navbar.php
@@ -3,7 +3,7 @@ require get_template_directory() . '/strings.php';
?>
<!-- <meta http-equiv="refresh" content="60"> -->
-<script>
+<!--<script>
require(["require.config"], function() {
require(["jquery"], ($) => {
/**
@@ -86,13 +86,13 @@ require(["require.config"], function() {
})
// Clear the interval
- $(window).on('unload', () => {
+ $(window).on('unload', () => {
clearInterval(updateCounter, 1000)
})
})
});
-</script>
+</script>-->
<style>
#clockday,#clockhour,#clockmin,#clocksec {
@@ -354,12 +354,12 @@ padding-left: 0;
</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>