Browse Source

Remove unused key :preview from Redmine::AccessKeys::ACCESSKEYS (#34444).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@20705 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Go MAEDA 3 years ago
parent
commit
bba8bb2238
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lib/redmine/access_keys.rb

+ 0
- 1
lib/redmine/access_keys.rb View File

@@ -22,7 +22,6 @@ module Redmine
unless const_defined?(:ACCESSKEYS)
ACCESSKEYS = {
:edit => 'e',
:preview => 'r',
:quick_search => 'f',
:search => '4',
:new_issue => '7',

Loading…
Cancel
Save