From fab7f0cddf06173cde9399986aa4babccf3dbdd9 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Mon, 21 Sep 2020 14:27:40 +0200 Subject: [PATCH] style: run "npm run format" --- static/js/index.js | 4 +--- 1 file changed, 1 insertion(+), 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( - '' - ); + $("ul li").before(''); $("blockquote p").prepend(''); $("blockquote p").append(''); });