메인 페이지 새 버튼 추가 준비

This commit is contained in:
2018-04-10 21:21:58 +09:00
parent 16e5601651
commit 19e06cc12e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -78,4 +78,8 @@ jQuery(function($){
console.log(target, msg);
return false;
});
$('#mainBtnSubmit').click(function(){
});
});