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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/initMoment.js')
-rw-r--r--assets/js/initMoment.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/initMoment.js b/assets/js/initMoment.js
index 20a0a4b..609f671 100644
--- a/assets/js/initMoment.js
+++ b/assets/js/initMoment.js
@@ -1,4 +1,4 @@
$(document).ready(function() {
var time = moment().tz("{{ .Site.Params.home.timeZone }}").format("h:mm A");
- $('#time').html(time);
+ $("#time").html(time);
})