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