Changeset 5822 for trunk/interface/owner/setting/blog/index.php
- Timestamp:
- 04/24/08 02:21:49 (9 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/setting/blog/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/setting/blog/index.php
r5673 r5822 113 113 request.onSuccess = function() { 114 114 PM.showMessage("<?php echo _t('저장되었습니다');?>", "center", "bottom"); 115 if(newDefaultDomain == 0 || newPrimaryDomain != primaryDomain) { 115 alert(newDefaultDomain); 116 alert(newSecondaryDomain); 117 alert(secondaryDomain); 118 if(newDefaultDomain == 0) { 116 119 alert("<?php echo _t('변경된 1차 블로그 주소로 이동합니다');?>"); 117 120 window.location.href = "http://" + newPrimaryDomain + ".<?php echo $service['domain'];?><?php echo $blogURL;?>/owner/setting/blog"; 118 121 } 119 else if(newDefaultDomain == 1 && newSecondaryDomain != secondaryDomain) {122 else if(newDefaultDomain == 1) { 120 123 alert("<?php echo _t('변경된 2차 블로그 주소로 이동합니다');?>"); 121 124 window.location.href = "http://" + newSecondaryDomain + "<?php echo $blogURL;?>/owner/setting/blog";
