겸손한 javascript 로 수정중

This commit is contained in:
gnuboard
2013-01-14 19:06:59 +09:00
parent f2d34dd9ed
commit 521c7b59ed
12 changed files with 65 additions and 99 deletions

View File

@ -24,7 +24,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</section>
<script>
$(document).ready(function(){
$(function(){
$omi = $('#ol_mb_id');
$omp = $('#ol_mb_pw');
$omi_label = $('#ol_mb_id_label');
@ -50,9 +50,7 @@ $(document).ready(function(){
}
});
});
</script>
<script>
function fhead_submit(f)
{
return true;