<기능개선>

1. PMS NO : NULL
2. (주요)작업내용 
(1) FO/js/site.js
 -  우클릭방지 추가
This commit is contained in:
kdh0120 2021-04-12 02:18:06 +00:00
parent 0e1a5e6d30
commit 37a9bf2839
1 changed files with 3 additions and 3 deletions

View File

@ -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();
}