Changeset 6347

Show
Ignore:
Timestamp:
06/27/08 13:57:12 (7 months ago)
Author:
inureyes
Message:

#1037

  • [6346] 을 1.7 트리에 반영
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.7/script/common2.js

    r6298 r6347  
    966966            break; 
    967967        case 65: //A 
     968        case 72: //H 
     969        case 80: //P 
    968970            if(prevURL) 
    969971                window.location = prevURL; 
    970972            break; 
    971973        case 83: //S 
     974        case 76: //L 
     975        case 78: //N 
    972976            if(nextURL) 
    973977                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); 
    974984            break; 
    975985        case 90: //Z