From 19e06cc12eb07d0027d895ed261f3c6db3fe084f Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 10 Apr 2018 21:21:58 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=83=88=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=20=EC=A4=80=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 2 +- hwe/js/main.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hwe/index.php b/hwe/index.php index 5a340b70..4ee42fc2 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -253,7 +253,7 @@ if ($session->userGrade >= 5) { - ;color:white;width:110;font-size:13px; value='실 행' onclick='refreshing(this, 3,form2)'>;color:white;width:110;font-size:13px; value='갱 신' onclick='refreshing(this, 0,0)'>;color:white;width:160;font-size:13px; value='로그아웃' onclick=location.replace('logout_process.php')>
+ ;color:white;width:110;font-size:13px; value='실 행' onclick='refreshing(this, 3,form2)'>;color:white;width:110;font-size:13px; value='갱 신' onclick='refreshing(this, 0,0)'>;color:white;width:160;font-size:13px; value='로그아웃' onclick=location.replace('logout_process.php')>
diff --git a/hwe/js/main.js b/hwe/js/main.js index 321cdff2..ed502349 100644 --- a/hwe/js/main.js +++ b/hwe/js/main.js @@ -78,4 +78,8 @@ jQuery(function($){ console.log(target, msg); return false; }); + + $('#mainBtnSubmit').click(function(){ + + }); }); \ No newline at end of file