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