Changeset 7092
- Timestamp:
- 11/29/08 00:50:07 (6 weeks ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/entry/edit/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/entry/edit/index.php
r7063 r7092 375 375 } 376 376 request.send(data); 377 378 return true; 377 379 } 378 380 … … 465 467 this.preview = function () { 466 468 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 } 468 472 return; 469 473 }
