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

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-21 15:27:40 +0300
committerJan Raasch <jan@janraasch.com>2020-09-21 15:27:40 +0300
commitfab7f0cddf06173cde9399986aa4babccf3dbdd9 (patch)
treea303d519f6778bd3ec902a2769d9f7fec8f05cc2
parent9eb9c2cf391186f344e3c03f2d71b48b39fbc132 (diff)
style: run "npm run format"
-rw-r--r--static/js/index.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/static/js/index.js b/static/js/index.js
index 969b5ed..2558e3b 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -103,9 +103,7 @@ var $sitehead = $("#site-head");
});
}
- $("ul li").before(
- '<span class="bult fa fa-asterisk"></span>'
- );
+ $("ul li").before('<span class="bult fa fa-asterisk"></span>');
$("blockquote p").prepend('<span class="quo fa fa-quote-left"></span>');
$("blockquote p").append('<span class="quo fa fa-quote-right"></span>');
});