Changeset 5061

Show
Ignore:
Timestamp:
01/16/08 01:15:49 (2 years ago)
Author:
inureyes
Message:

#798

  • 버그 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/view/replyEditorView.php

    r5040 r5061  
    4242            function submitComment() { 
    4343                var oForm = document.commentToComment; 
    44                 var oButton = document.submit-comment; 
     44                var oButton = document.submitComment; 
    4545                oButton.value = '<?php echo _text('저장중');?>'; 
    4646                oButton.onclick = 'return false;'; 
     
    128128                 
    129129                <div class="button-box"> 
    130                     <input type="button" class="input-button" id="submit-comment" value="<?php echo _text('완료');?>" onclick="<?php echo $confirmString;?> submitComment()" /> 
     130                    <input type="button" class="input-button" id="submitComment" value="<?php echo _text('완료');?>" onclick="<?php echo $confirmString;?> submitComment()" /> 
    131131                </div> 
    132132            </div>