Changeset 3293

Show
Ignore:
Timestamp:
05/17/07 13:44:26 (20 months ago)
Author:
crizin
Message:
  • #407
  • 단축키 처리 함수 binding 부분은 getUpperView()에 있어야 함 (팝업등에서도 common2.js를 부르니까)
Location:
sandbox
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • sandbox/lib/view/view.php

    r3280 r3293  
    6868<?php 
    6969    } 
     70?> 
     71    <script type="text/javascript"> 
     72        document.onkeydown = processShortcut; 
     73    </script> 
     74<?php 
    7075 
    7176    $view = ob_get_contents(); 
  • sandbox/script/common2.js

    r3280 r3293  
    981981    } 
    982982} 
    983  
    984 document.onkeydown = processShortcut; 
    985983 
    986984function addComment(caller, entryId) {