From 82f59ef5a21ebc251c00c478cd1bba9a525afca3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 25 Jan 2019 20:17:36 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EB=AC=BC=20=EC=88=9C?= =?UTF-8?q?=EC=84=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/board.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/js/board.js b/hwe/js/board.js index 84260a74..3ab66dcc 100644 --- a/hwe/js/board.js +++ b/hwe/js/board.js @@ -121,7 +121,7 @@ function drawArticle(idx, articleObj){ var $board = $('#board'); - $board.append($article); + $board.prepend($article); } function drawArticles(articlesObj){