Show
Ignore:
Timestamp:
03/03/08 04:51:27 (10 months ago)
Author:
creorix
Message:

#805

  • 리더를 비활성화했을 때 단축키도 비활성화되도록 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/piece/owner/footer.php

    r5285 r5517  
    3838                        try { window.location = "<?php echo $blogURL;?>/"; } catch(e) { }; 
    3939                        break; 
     40<?php if ($service['reader']) { ?> 
    4041                    case 82: //R 
    4142                        try { window.location = "<?php echo $blogURL;?>/owner/reader"; } catch(e) { }; 
    4243                        break; 
    43 <?php  
     44<?php 
     45    } 
    4446} 
    4547if (defined('__TEXTCUBE_READER__')) {