Changeset 2489

Show
Ignore:
Timestamp:
09/12/08 22:35:21 (4 months ago)
Author:
arthus
Message:

Adding a view blog hotkey

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/bughunt200809/system/admin/js/admin.js

    r2484 r2489  
    10461046            } 
    10471047        }); 
     1048         
     1049        // View blog hotkey 
     1050        $.hotkeys.add('v', { propagate: true, disableInInput: true }, function() { 
     1051            location = $('#site').attr('href'); 
     1052        }); 
    10481053 
    10491054        // Display hotkeys