Changeset 7092

Show
Ignore:
Timestamp:
11/29/08 00:50:07 (6 weeks ago)
Author:
creorix
Message:

refs #1159

  • 글 작성 시 변경된 내용이 없을 때 미리보기가 작동하지 않는 문제 수정
Files:
1 modified

Legend:

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

    r7063 r7092  
    375375                                        }                                            
    376376                                        request.send(data); 
     377 
     378                                        return true; 
    377379                                    } 
    378380                                                                         
     
    465467                                    this.preview = function () { 
    466468                                        this.isPreview = true; 
    467                                         this.save(); 
     469                                        if (!this.save()) { 
     470                                            window.open("<?php echo $blogURL;?>/owner/entry/preview/"+entryManager.entryId, "previewEntry"+entryManager.entryId, "location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0"); 
     471                                        } 
    468472                                        return; 
    469473                                    }