Changeset 2489
- Timestamp:
- 09/12/08 22:35:21 (4 months ago)
- Files:
-
- 1 modified
-
branches/bughunt200809/system/admin/js/admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/bughunt200809/system/admin/js/admin.js
r2484 r2489 1046 1046 } 1047 1047 }); 1048 1049 // View blog hotkey 1050 $.hotkeys.add('v', { propagate: true, disableInInput: true }, function() { 1051 location = $('#site').attr('href'); 1052 }); 1048 1053 1049 1054 // Display hotkeys
