From 37a9bf2839c78821763a4beb1c9378eb365d6749 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Mon, 12 Apr 2021 02:18:06 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=20NULL=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20FO/js/site.js=20=20-=20=20?= =?UTF-8?q?=EC=9A=B0=ED=81=B4=EB=A6=AD=EB=B0=A9=EC=A7=80=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/js/site.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FO/js/site.js b/FO/js/site.js index 007821e..44f4922 100644 --- a/FO/js/site.js +++ b/FO/js/site.js @@ -1,7 +1,7 @@ $(window).on("keydown", function (e) { - //if (e.keyCode == 116 || e.keyCode == 123) { - // prv(); return false; - //} + if (e.keyCode == 116 || e.keyCode == 123) { + prv(); return false; + } if (e.keyCode == 119 && typeof (save) == "function" && $("#layermessage:visible").length < 1) { save(); }