From 1743d3cf11eb4f77a171bb97f99ea2e2dbeb8e1e Mon Sep 17 00:00:00 2001 From: Anonymous Date: Sun, 13 Sep 2015 01:10:49 +0200 Subject: [PATCH] Indentation error. --- js/post-hover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/post-hover.js b/js/post-hover.js index 0a03c1a2..e21cacf7 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -77,7 +77,7 @@ onready(function(){ .css('position', 'absolute') .css('font-style', 'normal') .css('z-index', '100') - .css('margin-left', '1em') + .css('margin-left', '1em') .addClass('reply').addClass('post') .insertAfter($link.parent())