From 5ed24a98cb1f610c9d3a20fd9cd81885bb657317 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 17 May 2020 19:48:20 +0900 Subject: [PATCH] =?UTF-8?q?npc=20=EC=A0=95=EC=B1=85=20UI=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/npc_control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/js/npc_control.js b/hwe/js/npc_control.js index ac968a9d..0a2cebf6 100644 --- a/hwe/js/npc_control.js +++ b/hwe/js/npc_control.js @@ -97,7 +97,7 @@ jQuery(function ($) { var $helpMessage = $item.find('.help-message'); $helpMessage.popover({ content:helpText, - placement:'right', + placement:'top', html:true, trigger:'hover' });