Changeset 3293
- Timestamp:
- 05/17/07 13:44:26 (20 months ago)
- Location:
- sandbox
- Files:
-
- 2 modified
-
lib/view/view.php (modified) (1 diff)
-
script/common2.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/lib/view/view.php
r3280 r3293 68 68 <?php 69 69 } 70 ?> 71 <script type="text/javascript"> 72 document.onkeydown = processShortcut; 73 </script> 74 <?php 70 75 71 76 $view = ob_get_contents(); -
sandbox/script/common2.js
r3280 r3293 981 981 } 982 982 } 983 984 document.onkeydown = processShortcut;985 983 986 984 function addComment(caller, entryId) {
