Changeset 6347
- Timestamp:
- 06/27/08 13:57:12 (7 months ago)
- Files:
-
- 1 modified
-
branches/1.7/script/common2.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/script/common2.js
r6298 r6347 966 966 break; 967 967 case 65: //A 968 case 72: //H 969 case 80: //P 968 970 if(prevURL) 969 971 window.location = prevURL; 970 972 break; 971 973 case 83: //S 974 case 76: //L 975 case 78: //N 972 976 if(nextURL) 973 977 window.location = nextURL; 978 break; 979 case 74: //J 980 window.scrollBy(0, 100); 981 break; 982 case 75: //K 983 window.scrollBy(0, -100); 974 984 break; 975 985 case 90: //Z
