Changeset 5911

Show
Ignore:
Timestamp:
05/10/08 00:55:11 (7 months ago)
Author:
inureyes
Message:

#952

  • 값이 없을 경우 null 대신 빈 칸을 textarea에 출력
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/skin/edit/index.php

    r5888 r5911  
    8585                                    request.onSuccess = function() { 
    8686                                        PM.showMessage("<?php echo _t('불러왔습니다.');?>", "center", "top"); 
    87                                         document.getElementById(mode).value = this.getText("/response/code"); 
     87                                        document.getElementById(mode).value = (this.getText("/response/code") ? this.getText("/response/code") : '');  
    8888                                        skinCode = this.getText("/response/skinCode"); 
    8989                                        document.getElementById('skin-'+currentTag).className = '';