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 'exampleSite/resources/_gen/assets/js/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.content')
-rw-r--r--exampleSite/resources/_gen/assets/js/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.content4
1 files changed, 0 insertions, 4 deletions
diff --git a/exampleSite/resources/_gen/assets/js/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.content b/exampleSite/resources/_gen/assets/js/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.content
deleted file mode 100644
index c37ed82..0000000
--- a/exampleSite/resources/_gen/assets/js/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.content
+++ /dev/null
@@ -1,4 +0,0 @@
-$(document).ready(function() {
- var time = moment().tz("America/Los_Angeles").format("h:mm A");
- $("#time").html(time);
-})