From 90d0a1842357aaef7b06142eb73fc1e3eba9c998 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Mon, 21 Sep 2020 13:37:16 +0200 Subject: [PATCH] refactor: remove unneeded "icon-asterisk"-class --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 2356db8..969b5ed 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -104,7 +104,7 @@ var $sitehead = $("#site-head"); } $("ul li").before( - '' + '' ); $("blockquote p").prepend(''); $("blockquote p").append('');