revert reload application keyboard shortcut

This commit is contained in:
rolux 2013-08-04 09:24:48 +00:00
parent 906bd9ef58
commit 56ea685e61
2 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@ pandora.ui.loadingIcon = function() {
var self = {},
that = Ox.LoadingIcon({
tooltip: Ox._('Reload {0}', [pandora.site.site.name])
+ ' <span class="OxBright">' + Ox.SYMBOLS.CONTROL + 'R' + '</span>'
}, self)
.attr({
src: Ox.UI.getImageURL('symbolRedo')

View File

@ -519,9 +519,6 @@ pandora.ui.mainMenu = function() {
key_control_p: function() {
window.open(document.location.href + '#?print=true', '_blank');
},
key_control_r: function() {
pandora.$ui.appPanel.reload();
},
key_control_shift_f: function() {
if (!pandora.hasDialogOrScreen()) {
pandora.$ui.filterDialog = pandora.ui.filterDialog().open();